Skip to content

Commit

Permalink
Merge pull request #4 from pschlette/master
Browse files Browse the repository at this point in the history
Fix import location for redux-optimist in README code sample
  • Loading branch information
ForbesLindesay committed Nov 4, 2015
2 parents 389802f + 17bad42 commit a579773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ have to use `Redux.combineReducers`.
#### `middleware/api.js`

```js
import {BEGIN, COMMIT, REVERT} from 'optimist';
import {BEGIN, COMMIT, REVERT} from 'redux-optimist';
import request from 'then-request';

let nextTransactionID = 0;
Expand Down

0 comments on commit a579773

Please sign in to comment.