Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luskin committed Sep 12, 2019
1 parent 579101e commit ccfd3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -75,7 +75,7 @@ import { getUsersModule } from "./usersModule";

const store: IModuleStore<IState> = createStore({
initialState: { /** initial state */ },
enhancers: { /** enhancers to include */ },
enhancers: [ /** enhancers to include */ ],
extensions: [/** extensions to include i.e. getSagaExtension(), getThunkExtension() */],
},
getUsersModule()
Expand Down

0 comments on commit ccfd3e4

Please sign in to comment.