Skip to content

Commit a5e6674

Browse files
authored
Correct Create React App command in docs (#161)
fix: supply `npx create-react-app` with directory name in docs
1 parent 71c943c commit a5e6674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Additional configuration is required in React environments due to the removal of
4747
Use `react-scripts` prior to version `5.0.0`. For example:
4848

4949
```bash
50-
npx create-react-app --scripts-version 4.0.2
50+
npx create-react-app my-app --scripts-version 4.0.2
5151
```
5252

5353
Or downgrade after creating your app.

0 commit comments

Comments
 (0)