diff --git a/README.md b/README.md index dd66bd8648f298380938b60fafcaf58a58903fe4..ec27a1768cc281e4dd5b2e8e095e8f6f735fac2e 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 [preset-es2015](https://www.npmjs.com/package/babel-preset-es2015), [preset-es2016](https://www.npmjs.com/package/babel-preset-es2016), [preset-react](https://www.npmjs.com/package/babel-preset-react) and [transform-rest-spread](https://babeljs.io/docs/plugins/transform-object-rest-spread/) +* [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)) * [Autoprefixer](https://github.com/postcss/autoprefixer) * [ESLint](http://eslint.org/) * and more.