From 248c2c4149960acf032342d8e38df049669bc61d Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 20 Nov 2016 20:42:04 +0100 Subject: [PATCH] No Configuration -> Convention over Configuration (#1031) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7469acea03b..89d4cf06b1d 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Please refer to the [User Guide](https://github.com/facebookincubator/create-rea * **One Dependency:** There is just one build dependency. It uses Webpack, Babel, ESLint, and other amazing projects, but provides a cohesive curated experience on top of them. -* **Zero Configuration:** There are no configuration files or command line options. Configuring both development and production builds is handled for you so you can focus on writing code. +* **Convention over Configuration:** You don't need to configure anything by default. Reasonably good configuration of both development and production builds is handled for you so you can focus on writing code. * **No Lock-In:** You can “eject” to a custom setup at any time. Run a single command, and all the configuration and build dependencies will be moved directly into your project, so you can pick up right where you left off.