Skip to content

Commit

Permalink
Update README.md (dvajs#1923)
Browse files Browse the repository at this point in the history
创建history写错了
  • Loading branch information
sunmenghua authored and sorrycc committed Oct 13, 2018
1 parent 5517fea commit 8551cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/knowledgemap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ $ npm install --save history
```javascript
import createHistory from 'history/createBrowserHistory';
const app = dva({
history: browserHistory,
history: createHistory(),
});
```
Expand Down

0 comments on commit 8551cea

Please sign in to comment.