We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02f13c commit cffbff1Copy full SHA for cffbff1
contributors.yml
@@ -6,6 +6,7 @@
6
- markivancho
7
- mcansh
8
- noisypigeon
9
+- Ajayff4
10
- paulsmithkc
11
- petersendidit
12
- shivamsinghchahar
docs/getting-started/tutorial.md
@@ -53,7 +53,7 @@ Then install React Router dependencies:
53
54
```sh
55
cd router-tutorial
56
-npm add react-router-dom@6 history@5
+npm install react-router-dom@6 history@5
57
```
58
59
Then edit your App.js to be pretty boring:
0 commit comments