fix README install command

This commit is contained in:
Nicolas Gallagher
2016-06-29 17:00:50 -07:00
parent 24836afd6a
commit b4a3053b5b
+1 -1
View File
@@ -30,7 +30,7 @@ styles defined in JavaScript into "Atomic CSS".
To install in your app:
```
npm install --save react@0.15 react-native-web
npm install --save react react-native-web
```
Read the [Client and Server rendering](docs/guides/rendering.md) guide.