We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3086c commit ac7f67cCopy full SHA for ac7f67c
1 file changed
README.md
@@ -2,7 +2,7 @@
2
3
Async utilities for React.
4
5
-It is heavily based on [async.js](https://github.com/caolan/async).
+It is heavily influenced by [async.js](https://github.com/caolan/async).
6
7
[](http://travis-ci.org/react-php/zmq)
8
@@ -13,7 +13,7 @@ The recommended way to install react/async is [through composer](http://getcompo
13
```JSON
14
{
15
"require": {
16
- "react/zmq": "dev-master"
+ "react/async": "dev-master"
17
}
18
19
```
0 commit comments