Skip to content

Commit 41c40ac

Browse files
committed
Let's use the right name this time
1 parent 50eeae9 commit 41c40ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The recommended way to install this library is [through Composer](https://getcom
9898
This will install the latest supported version:
9999

100100
```bash
101-
$ composer require clue/promise-stream:^0.1
101+
$ composer require clue/promise-stream-react:^0.1
102102
```
103103

104104
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clue/promise-stream-react",
3-
"description": "The missing link between Promise-land and Stream-land",
3+
"description": "The missing link between Promise-land and Stream-land for React PHP",
44
"keywords": ["unwrap", "stream", "buffer", "promise", "ReactPHP", "async"],
55
"homepage": "https://github.com/clue/php-promise-stream-react",
66
"license": "MIT",

0 commit comments

Comments
 (0)