Skip to content

Commit

Permalink
Replace NPM with Yarn in quick start guide (#7966)
Browse files Browse the repository at this point in the history
  • Loading branch information
cravend authored Aug 20, 2021
1 parent 51925de commit df9d7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-router-dom/docs/guides/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cd demo-app
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.

```sh
npm install react-router-dom
yarn add react-router-dom
```

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

0 comments on commit df9d7d4

Please sign in to comment.