Skip to content

Commit

Permalink
Merge pull request #82 from shibe97/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
faceyspacey authored Aug 17, 2017
2 parents a0be24c + 99aa9d9 commit 41349b5
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 @@ -203,7 +203,7 @@ as keys in the payload object:
| /home | <-> | { type: 'HOME' } |
| /user/123 | <-> | { type: 'USER', payload: { id: 123 } } |
| /user/456 | <-> | { type: 'USER', payload: { id: 456 } } |
| /user/5 | <-> | { type: 'USER', payload: { id: 6 } } |
| /user/5 | <-> | { type: 'USER', payload: { id: 5 } } |

*note: if you have more keys in your payload that is fine--so long as you have the minimum required keys to populate the path*

Expand Down

0 comments on commit 41349b5

Please sign in to comment.