Skip to content

Commit 4febbca

Browse files
committed
update README
1 parent a0b8146 commit 4febbca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ Declarative routing for [React.js][react].
66
Docs
77
----
88

9-
https://reactjs.github.io/react-router
9+
https://react-router-website-uxmsaeusnn.now.sh/
1010

1111
Installation
1212
------------
1313

1414
### NPM
1515

1616
```
17-
npm install [email protected]0
17+
npm install [email protected]2
1818
```
1919

2020
### Script Tag Global
2121

2222
```html
23-
<script src="https://unpkg.com/[email protected]0"></script>
23+
<script src="https://unpkg.com/[email protected]2"></script>
2424
```
2525

2626
You'll find the modules on `window.ReactRouter`

0 commit comments

Comments
 (0)