Skip to content

Commit 6824823

Browse files
committed
update README
1 parent 8d4a188 commit 6824823

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Load page component at `/src/pages` folder based on `window.location.pathname`
66

77
### Install
88
```
9-
yarn add react-dynamic-route
9+
yarn add react-router-dom react-dynamic-route
1010
```
1111

1212
<br>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-dynamic-route",
33
"version": "0.0.13",
4-
"description": "Load react component dynamically based on routing path",
4+
"description": "Load react component dynamically based on url path",
55
"keywords": [
66
"react",
77
"asynchronous",

0 commit comments

Comments
 (0)