Skip to content

Commit 9580806

Browse files
committed
Merge pull request #23 from bradleyboy/patch-1
Fix root example
2 parents 2f384df + 98ad3ab commit 9580806

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
@@ -211,7 +211,7 @@ export default class Counter {
211211
```js
212212
import React from 'react';
213213
import { root } from 'redux';
214-
import * from './stores/index';
214+
import * as stores from './stores/index';
215215

216216
// Let it know about all the stores
217217
@root(stores)

0 commit comments

Comments
 (0)