Skip to content

Commit 810e126

Browse files
authored
Merge pull request #12337 from teemezzy/patch-1
Update getting-started.md
2 parents bc96d32 + 6f02847 commit 810e126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To create a new app, you may choose one of the following methods:
4141
### npx
4242

4343
```sh
44-
npx create-react-app my-app
44+
npx create-react-app@latest my-app
4545
```
4646

4747
_([npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) comes with npm 5.2+ and higher, see [instructions for older npm versions](https://gist.github.com/gaearon/4064d3c23a77c74a3614c498a8bb1c5f))_

0 commit comments

Comments
 (0)