Skip to content

Commit

Permalink
Fix sectioning
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Nov 24, 2015
1 parent 862e2a0 commit 1c3b933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ class FetchTodoListAction extends Action {
new FetchTodoAction().fetch().flatMap(store::dispatch).subscribe();
```

#### Bindable methods
### Bindable methods

* `Store#getState()`
* `Store#isUndoalble()` // when the reducer is annotated with `@Undoable`
Expand Down

0 comments on commit 1c3b933

Please sign in to comment.