Browse Source

Removed version from CRA.

Kamil Piechaczek 6 years ago
parent
commit
ed18a1a5a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/builds/guides/frameworks/react.md

+ 1 - 1
docs/builds/guides/frameworks/react.md

@@ -150,7 +150,7 @@ This guide assumes that you are using [Create React App CLI](https://github.com/
 Install React CLI:
 
 ```bash
-npm install -g create-react-app@1
+npm install -g create-react-app
 ```
 
 Create your project using the CLI and go to the project's directory: