File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ Installation
2727``` sh
2828npm install react-nested-router
2929# or
30- bower install react-nested- router
30+ bower install react-router
3131```
3232
3333This library is written with CommonJS modules. If you are using
3434browserify, webpack, or similar, you can consume it like anything else
3535installed from npm.
3636
3737There is also a UMD build available on bower, find the library on
38- ` window.ReactNestedRouter ` .
38+ ` window.ReactRouter ` .
3939
4040Usage
4141-----
Original file line number Diff line number Diff line change 11#! /bin/sh
22mkdir -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
44node_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