Skip to content

Commit df9d7d4

Browse files
authored
Replace NPM with Yarn in quick start guide (#7966)
1 parent 51925de commit df9d7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cd demo-app
1414
You can install React Router from [the public npm registry](https://npm.im/react-router-dom) with either `npm` or [`yarn`](https://yarnpkg.com). Since we're building a web app, we'll use `react-router-dom` in this guide.
1515

1616
```sh
17-
npm install react-router-dom
17+
yarn add react-router-dom
1818
```
1919

2020
Next, copy/paste either of the following examples into `src/App.js`.

0 commit comments

Comments
 (0)