Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shibe97 authored Aug 17, 2017
1 parent a0be24c commit 99aa9d9
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 99aa9d9

Please sign in to comment.