Skip to content

Commit

Permalink
Merge pull request #66 from richardcrng/readme-fix
Browse files Browse the repository at this point in the history
Readme fix
  • Loading branch information
richardcrng authored Apr 17, 2019
2 parents a710f3f + 901aa96 commit 70c8d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Manage every leaf of your state tree with *pleasure*, *precision* and *predictability*.

![Travis (.org)](https://img.shields.io/travis/richardcrng/redux-leaves.svg)
[![Coverage Status](https://coveralls.io/repos/github/richardcrng/redux-leaves/badge.svg?branch=buttons)](https://coveralls.io/github/richardcrng/redux-leaves?branch=buttons)
![David](https://img.shields.io/david/richardcrng/redux-leaves.svg)
[![install size](https://packagephobia.now.sh/badge?p=redux-leaves)](https://packagephobia.now.sh/result?p=redux-leaves)
Expand Down
2 changes: 1 addition & 1 deletion docs/customLogic.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is what the `customLogic` object is for, passed in as a second (optional) a
- [Object longhand](#object-longhand)
- [Example 1: custom action creator with no arguments](#example-1-custom-action-creator-with-no-arguments)
- [Example 2: custom action creator using `payload` and `wholeState`](#example-2-custom-action-creator-using-payload-and-wholestate)
- [Example 3: more detailed customisation with `argsToPayload`](#example-3-more-detailed-customisation-with-argstopayload)
- [Example 3: more detailed customisation with `argsToPayload`](#example-3-more-detailed-customisation-with-argstopayload-and-type)


## Shape of `customLogic`
Expand Down

0 comments on commit 70c8d90

Please sign in to comment.