diff --git a/README.md b/README.md index f8b58fc..1160f3c 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ export default function () { ### Advanced use of withStore ```JS -import { withStore} from 'react-context-hook' +import { withStore } from 'react-context-hook' const initialState = { count: 10 }