Skip to content

Commit

Permalink
Only supports Fluture@11 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreystone authored Dec 4, 2019
1 parent 0cdf689 commit 2e86c23
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 2e86c23

Please sign in to comment.