diff --git a/README.md b/README.md index ec27a1768cc281e4dd5b2e8e095e8f6f735fac2e..16d61f069f65def9c7daef24a18cac495175536c 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The tools used by Create React App are subject to change. Currently it is a thin layer on top of many amazing community projects, such as: * [webpack](https://webpack.github.io/) with [webpack-dev-server](https://github.com/webpack/webpack-dev-server), [html-webpack-plugin](https://github.com/ampedandwired/html-webpack-plugin) and [style-loader](https://github.com/webpack/style-loader) -* [Babel](http://babeljs.io/) with ES2016 and the extensions we use at Facebook (JSX, [object spread](https://github.com/sebmarkbage/ecmascript-rest-spread/commits/master), [class properties](https://github.com/jeffmo/es-class-public-fields)) +* [Babel](http://babeljs.io/) with ES2016 and the extensions used by Facebook (JSX, [object spread](https://github.com/sebmarkbage/ecmascript-rest-spread/commits/master), [class properties](https://github.com/jeffmo/es-class-public-fields)) * [Autoprefixer](https://github.com/postcss/autoprefixer) * [ESLint](http://eslint.org/) * and more.