Skip to content

Commit c93c235

Browse files
author
Juuso Leinonen
committed
Added note for the ReactPHP event loop
1 parent e5fed0a commit c93c235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ composer require leinonen/php-dataloader
3131
```
3232

3333
## Usage
34-
To create a loader you must provide a batching function, an internal memoization cache and the global event loop from ReactPHP.
34+
To create a loader you must provide a batching function, an internal memoization cache and the global event loop from ReactPHP. To have better understanding what the ReactPHP event loop is and how it is used refer to it's [documentation](https://github.com/reactphp/event-loop).
3535

3636
```php
3737
use leinonen\DataLoader\Dataloader;

0 commit comments

Comments
 (0)