File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ Installation
27
27
``` sh
28
28
npm install react-nested-router
29
29
# or
30
- bower install react-nested- router
30
+ bower install react-router
31
31
```
32
32
33
33
This library is written with CommonJS modules. If you are using
34
34
browserify, webpack, or similar, you can consume it like anything else
35
35
installed from npm.
36
36
37
37
There is also a UMD build available on bower, find the library on
38
- ` window.ReactNestedRouter ` .
38
+ ` window.ReactRouter ` .
39
39
40
40
Usage
41
41
-----
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
mkdir -p dist
3
- NODE_ENV=production node_modules/.bin/browserify modules/main.js --detect-globals false -s ReactNestedRouter > dist/react-nested-router.js
3
+ NODE_ENV=production node_modules/.bin/browserify modules/main.js --detect-globals false -s ReactRouter > dist/react-nested-router.js
4
4
node_modules/.bin/uglifyjs dist/react-nested-router.js --compress warnings=false > dist/react-nested-router.min.js
You can’t perform that action at this time.
0 commit comments