Skip to content

Commit

Permalink
Merge 4cf36cb into 0cdf689
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreystone committed Dec 4, 2019
2 parents 0cdf689 + 4cf36cb commit fe704ac
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 @@ -13,7 +13,7 @@ Future middleware for redux.
future : Store -> Function -> Action -> a
```

Redux middleware to dispatch actions that are Futures, also known as Asyncs or Tasks. Popular libraries providing Future implementations include [`crocks`](https://github.com/evilsoft/crocks) and [`Fluture`](https://github.com/fluture-js/Fluture).
Redux middleware to dispatch actions that are Futures, also known as Asyncs or Tasks. Popular libraries providing Future implementations include [`crocks`](https://github.com/evilsoft/crocks) and [`Fluture`](https://github.com/fluture-js/Fluture) up to v11.

If any action has a property called `fork` that is a function, the action is assumed to be a Future.

Expand Down

0 comments on commit fe704ac

Please sign in to comment.