Skip to content

Commit 118006a

Browse files
author
Péter Hauszknecht
committed
fix README
1 parent 60e4433 commit 118006a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ It is possible to inject extra arguments into async actions:
177177
```javascript
178178
import Store, { thunk } from 'repatch';
179179
import api from './api';
180-
import hashHistory from 'react-router';
180+
import { hashHistory } from 'react-router';
181181

182182
const store = new Store(initialState)
183183
.addMiddleware(thunk.withExtraArgument({ api, hashHistory }));

0 commit comments

Comments
 (0)