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 68c4e93 commit 79aa224Copy full SHA for 79aa224
1 file changed
README.md
@@ -46,10 +46,10 @@ See also the [examples](examples).
46
### Factory
47
48
The `Factory` is responsible for creating your `Client` instance.
49
-It also registers everything with the main `EventLoop`.
+It also registers everything with the main [`EventLoop`](https://github.com/reactphp/event-loop#usage).
50
51
```php
52
-$loop = \React\EventLoop\Factory::create();
+$loop = React\EventLoop\Factory::create();
53
$factory = new Factory($loop);
54
```
55
0 commit comments