From 6825ecca821932b86323fb2f3b045cd4c6393d95 Mon Sep 17 00:00:00 2001 From: Dan Abramov <dan.abramov@gmail.com> Date: Sun, 17 Jul 2016 12:13:03 +0100 Subject: [PATCH] Wordsmith --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6049028c..b54d06ab6 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ You don’t have to ever graduate. The curated feature set is suitable for small ## What’s Inside? The tools used by Create React App are subject to change. -Currently we use: +Currently it is a thin layer on top of many amazing community projects, such as: * [webpack](https://webpack.github.io/) * [webpack-dev-server](https://github.com/webpack/webpack-dev-server) @@ -70,7 +70,7 @@ Currently we use: * [style-loader](https://github.com/webpack/style-loader) * [ESLint](http://eslint.org/) * [eslint-config-airbnb](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb) -* and some more. +* and more. All of them are transient dependencies of the provided npm package so you don’t need to worry about upgrading them or resolving conflicts. -- GitLab