Skip to content

Commit

Permalink
Remove history@5 from installation examples (#8337)
Browse files Browse the repository at this point in the history
  • Loading branch information
arinthros committed Nov 15, 2021
1 parent bcd5511 commit 45e980d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started/installation.md
Expand Up @@ -21,7 +21,7 @@ Most modern React projects manage their dependencies using a package manager lik
<summary>npm</summary>

```sh
$ npm install history@5 react-router-dom@6
$ npm install react-router-dom@6
```

</details>
Expand All @@ -30,7 +30,7 @@ $ npm install history@5 react-router-dom@6
<summary>Yarn</summary>

```sh
$ yarn add history@5 react-router-dom@6
$ yarn add react-router-dom@6
```

</details>
Expand All @@ -39,7 +39,7 @@ $ yarn add history@5 react-router-dom@6
<summary>pnpm</summary>

```sh
$ pnpm add history@5 react-router-dom@6
$ pnpm add react-router-dom@6
```

</details>
Expand Down

0 comments on commit 45e980d

Please sign in to comment.