Skip to content

Commit 38d48a0

Browse files
kandrosimevro
authored andcommitted
Update comment to match implementation (#236)
1 parent 07cb031 commit 38d48a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const store = createStore(
4949
applyMiddleware(logger)
5050
)
5151
// Or you can create your own logger with custom options http://bit.ly/redux-logger-options
52-
import createLogger from 'redux-logger'
52+
import { createLogger } from 'redux-logger'
5353
const logger = createLogger({
5454
// ...options
5555
});

0 commit comments

Comments
 (0)