Skip to content

Commit 35f471f

Browse files
authored
Fix typo: npm add -> npm install (#8247)
1 parent d6650e2 commit 35f471f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you're familiar with the JavaScript ecosystem, React, and React Router, this
1414
## Installation
1515

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

2020
## Configuring Routes

0 commit comments

Comments
 (0)