File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
33The missing link between Promise-land and Stream-land,
44built on top of [ React PHP] ( http://reactphp.org/ ) .
@@ -19,20 +19,20 @@ built on top of [React PHP](http://reactphp.org/).
1919## Usage
2020
2121This 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
2424The 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
2929Stream\buffer(…);
3030```
3131
3232Alternatively, 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()
You can’t perform that action at this time.
0 commit comments