From a002317b9c4ff07d347fd54c5c3d26501e8d6f25 Mon Sep 17 00:00:00 2001 From: alberto Date: Wed, 8 Mar 2017 19:37:50 +0100 Subject: [PATCH] Clarify philosophy about configuration (#1679) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 128b71d9f34..3b87e1e5033 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,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. -* **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. +* **Zero Configuration:** You don't need to configure anything. 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.