Skip to content

Commit d672733

Browse files
committed
Update readme
1 parent 405d4d3 commit d672733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const fetchUser = createRequest('FETCH_USER', (id) => ({
1313
url: '/users/' + id,
1414
}))
1515

16-
// Dispatch the action from a component
16+
// Dispatch the action from a component (mapDispatchToProps not shown)
1717

1818
function Component({ fetchUser }) {
1919
return <button onClick={() => fetchUser(5)}> Fetch user with id: 5 </button>

0 commit comments

Comments
 (0)