Skip to content

Commit 79aa224

Browse files
committed
Update README.md
1 parent 68c4e93 commit 79aa224

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
@@ -46,10 +46,10 @@ See also the [examples](examples).
4646
### Factory
4747

4848
The `Factory` is responsible for creating your `Client` instance.
49-
It also registers everything with the main `EventLoop`.
49+
It also registers everything with the main [`EventLoop`](https://github.com/reactphp/event-loop#usage).
5050

5151
```php
52-
$loop = \React\EventLoop\Factory::create();
52+
$loop = React\EventLoop\Factory::create();
5353
$factory = new Factory($loop);
5454
```
5555

0 commit comments

Comments
 (0)