Skip to content

Commit 08662e0

Browse files
elrumordelaluztimdorr
authored andcommitted
1 parent d179aca commit 08662e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/react-router-dom/docs/guides/quick-start.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ To get started with React Router in a web app, you'll need a React web app. If y
55
First, install `create-react-app` and make a new project with it.
66

77
```sh
8-
npm install -g create-react-app
9-
create-react-app demo-app
8+
npx create-react-app demo-app
109
cd demo-app
1110
```
1211

0 commit comments

Comments
 (0)