Skip to content

Commit

Permalink
recipe: update 'createLogger' to { createLogger } (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
abumalick authored and imevro committed May 15, 2017
1 parent 385f41c commit a7fc6d7
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 @@ -240,7 +240,7 @@ const logger = createLogger({
### Log batched actions
Thanks to [@smashercosmo](https://github.com/smashercosmo)
```javascript
import createLogger from 'redux-logger';
import { createLogger } from 'redux-logger';

const actionTransformer = action => {
if (action.type === 'BATCHING_REDUCER.BATCH') {
Expand Down

0 comments on commit a7fc6d7

Please sign in to comment.