Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dortzur committed May 30, 2018
1 parent 8c5e9df commit b673a68
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,11 @@ export const getCompanies = createSelector(
## Options

Renorm's third parameter is an optional options object that contains the following props:
| Name | Type | Default Value | Description |
| --- | --- | --- | --- |
| entitiesPath | string | "entities" | path to the entities object in the state |
| process | function | (result) => result | a function to perform mutation operations before results are returned |

| Name | Type | Default Value | Description |
| ------------ | -------- | ------------------ | --------------------------------------------------------------------- |
| entitiesPath | string | "entities" | path to the entities object in the state |
| process | function | (result) => result | a function to perform mutation operations before results are returned |

## Dependencies

Expand Down

0 comments on commit b673a68

Please sign in to comment.