Skip to content

Commit

Permalink
Readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz-pluszczewski committed Sep 15, 2017
1 parent 0181df2 commit 30a617e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
tools.createActionType('myFancyName', '', 'blah'); // BLAH_MY_FANCY_NAME
```

#### `tools.immutable(object, path, value, delimiter)`
#### `tools.immutableSet(object, path, value, delimiter)`
- `import { tools } from 'reduxBreeze'`
- works like lodash's _.set() but does not mutate the object (can be used to easily, immutably set value in complicated nested structure)
- arguments:
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import myCustomReducers from 'myCustomReducers.js';
const store = createStore(reduxBreezeInstance.combineReducer(myCustomRedcuers));
```

And **that's all!** Now you can use you reducers, actions etc. like before, unleashing the power of reduxBreeze at the same time ;)
And **that's all!** Now you can use your reducers, actions etc. like before, unleashing the power of reduxBreeze at the same time ;)

# Creating my first actions

Expand Down

0 comments on commit 30a617e

Please sign in to comment.