Skip to content

Commit 62f94d3

Browse files
committed
update README
1 parent c17b3eb commit 62f94d3

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
@@ -84,7 +84,7 @@ export default function App() {
8484
loading={<div>Loading..</div>}
8585
props={{
8686
someProp1,
87-
someProp2, // `someProp1` and `someProp2` are transfered to `module.dedault` above finally
87+
someProp2, // `someProp1` and `someProp2` are transfered to `module.default` above finally
8888
}}
8989
/>
9090
</Switch>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dynamic-route",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "Load react component dynamically based on url path",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)