Skip to content

Commit 53d23bf

Browse files
committed
Removed last clue references
1 parent 9615b9d commit 53d23bf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# promise-stream [![Build Status](https://travis-ci.org/clue/php-promise-stream-react.svg?branch=master)](https://travis-ci.org/reactphp/promise-stream)
1+
# promise-stream [![Build Status](https://travis-ci.org/reactphp/promise-stream.svg?branch=master)](https://travis-ci.org/reactphp/promise-stream)
22

33
The missing link between Promise-land and Stream-land,
44
built on top of [React PHP](http://reactphp.org/).
@@ -19,20 +19,20 @@ built on top of [React PHP](http://reactphp.org/).
1919
## Usage
2020

2121
This lightweight library consists only of a few simple functions.
22-
All functions reside under the `Clue\React\Promise\Stream` namespace.
22+
All functions reside under the `React\Promise\Stream` namespace.
2323

2424
The below examples assume you use an import statement similar to this:
2525

2626
```php
27-
use Clue\React\Promise\Stream;
27+
use React\Promise\Stream;
2828

2929
Stream\buffer(…);
3030
```
3131

3232
Alternatively, you can also refer to them with their fully-qualified name:
3333

3434
```php
35-
\Clue\React\Promise\Stream\buffer(…);
35+
\React\Promise\Stream\buffer(…);
3636
```
3737

3838
### buffer()

0 commit comments

Comments
 (0)