Skip to content

Commit 04cd47c

Browse files
committed
Merge pull request #64 from krawaller/patch-1
remove potentially confusing invocation in README.md
2 parents 1642154 + 4107076 commit 04cd47c

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
@@ -43,7 +43,7 @@ If you’re not sure whether you need it, you probably don’t.
4343

4444
## Motivation
4545

46-
Redux Thunk [middleware](https://github.com/reactjs/redux/blob/master/docs/advanced/Middleware.md) allows you to write action creators that return a function instead of an action. The thunk can be used to delay the dispatch of an action, or to dispatch only if a certain condition is met. The inner function receives the store methods `dispatch` and `getState()` as parameters.
46+
Redux Thunk [middleware](https://github.com/reactjs/redux/blob/master/docs/advanced/Middleware.md) allows you to write action creators that return a function instead of an action. The thunk can be used to delay the dispatch of an action, or to dispatch only if a certain condition is met. The inner function receives the store methods `dispatch` and `getState` as parameters.
4747

4848
An action creator that returns a function to perform asynchronous dispatch:
4949

0 commit comments

Comments
 (0)