Skip to content

Commit

Permalink
Fix typo: npm add -> npm install (#8247)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeiotic committed Nov 6, 2021
1 parent d6650e2 commit 35f471f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/overview.md
Expand Up @@ -14,7 +14,7 @@ If you're familiar with the JavaScript ecosystem, React, and React Router, this
## Installation

```sh
npm add react-router-dom@6
npm install react-router-dom@6
```

## Configuring Routes
Expand Down

0 comments on commit 35f471f

Please sign in to comment.