From b4a3053b5b7ad89ffb568b1a03a954cf6e7004c8 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Wed, 29 Jun 2016 17:00:50 -0700 Subject: [PATCH] fix README install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39202413..2992404b 100644 --- a/README.md +++ b/README.md @@ -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.