Skip to content

Commit

Permalink
Merge pull request ionic-team#1 from joewoodhouse/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mlynch authored Feb 28, 2018
2 parents 26f42d4 + d510cbe commit 913ca03
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 @@ -18,7 +18,7 @@ import rootReducer from '../reducers/index';
const configureStore = (preloadedState: any) =>
createStore(rootReducer, preloadedState, applyMiddleware(logger, thunk));

export { configureStore };]
export { configureStore };
```

### Configure reducers
Expand Down

0 comments on commit 913ca03

Please sign in to comment.