소스 검색

Removed version from CRA.

Kamil Piechaczek 7 년 전
부모
커밋
ed18a1a5a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: