Skip to content

Commit

Permalink
chore(docs): Update store README text (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored and brandonroberts committed Aug 6, 2017
1 parent 4aec80c commit 7d23fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function counterReducer(state: number = 0, action: Action) {
```

To register the state container within your application, import the reducers and use the `StoreModule.forRoot`
function in the `imports` array them in the `AppModule`.
function in the `imports` array of the `@NgModule` decorator for your `AppModule`.

```ts
import { NgModule } from '@angular/core'
Expand Down

0 comments on commit 7d23fdb

Please sign in to comment.