Skip to content

Commit 7abd879

Browse files
committed
update README
1 parent 6824823 commit 7abd879

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

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

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

1212
<br>
1313

14+
### Prerequisite
15+
1. `react` & `react-router-dom` is peerDependencies of `react-dynamic-route`
16+
2. `react` 16.8(or later) version is required as `react-dynamic-route` uses React Hook api
17+
18+
<br>
19+
1420
### Basic Usage
1521
App.js
1622
```jsx

0 commit comments

Comments
 (0)