commit c159e8b9aec683db7092bea99ea9ddf6ea86d609
parent e4c106eefc4a4fd94d7d5eb3f5e7a8c332631410
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Sat, 4 Apr 2015 09:52:41 +0300
Update README.md
Diffstat:
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -14,6 +14,10 @@
**Demo**: http://reactjs.kriasoft.com
+### Documentation
+
+- [React Style Guide](./docs/react-style-guide.md)
+
### Directory Layout
```
@@ -50,10 +54,6 @@ $ npm install -g gulp # Install Gulp task runner globally
$ npm install # Install Node.js components listed in ./package.json
```
-### Documentation
-
-- [React Style Guide](./docs/react-style-guide.md)
-
### How to Build
```shell
@@ -117,6 +117,7 @@ the file is. Name the test by appending `-test.js` to the js file.
* [Jest - Painless Unit Testing](http://facebook.github.io/jest/)
* [Flow - A static type checker for JavaScript](http://flowtype.org/)
* [The Future of React](https://github.com/reactjs/react-future)
+ * [Learn ES6](https://babeljs.io/docs/learn-es6/), [ES6 Features](https://github.com/lukehoban/es6features#readme)
### Support