Skip to content

Commit

Permalink
fix(docs): updated anchor tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kwelch committed Feb 8, 2017
1 parent 51e3b3e commit c8f4eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ export default rootReducer;
entitiesReducer(reducers, { dataResolver })
```

### (#parameters-reducers) Reducers
### [#parameters-reducers] Reducers
Reducers are passed directly into `combineReducers` from redux, after the entities have been updated in state. It is called with the updated state and immediately returned.

### (#parameters-data-resolver) dataResolver
### [#parameters-data-resolver] dataResolver
The data resolver is a lookup function that is passed the action and returns the entities object to use while updating.
If the data resolver returns a falsy value the `entities-reducer` will skip process and move directly to handling the custom reducers.
Below is a customer dataResolver example, or you can checkout the [default resolver](src/index.js).
Expand Down

0 comments on commit c8f4eee

Please sign in to comment.