Skip to content

Commit ac7f67c

Browse files
committed
Fix some small things the README
1 parent bf3086c commit ac7f67c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Async utilities for React.
44

5-
It is heavily based on [async.js](https://github.com/caolan/async).
5+
It is heavily influenced by [async.js](https://github.com/caolan/async).
66

77
[![Build Status](https://secure.travis-ci.org/react-php/async.png?branch=master)](http://travis-ci.org/react-php/zmq)
88

@@ -13,7 +13,7 @@ The recommended way to install react/async is [through composer](http://getcompo
1313
```JSON
1414
{
1515
"require": {
16-
"react/zmq": "dev-master"
16+
"react/async": "dev-master"
1717
}
1818
}
1919
```

0 commit comments

Comments
 (0)