Skip to content

Commit 30642de

Browse files
authored
Use full namespace so the example is runnable
1 parent dc39f79 commit 30642de

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
@@ -60,7 +60,7 @@ local Redis server and send some requests:
6060

6161
```php
6262
$loop = React\EventLoop\Factory::create();
63-
$factory = new Factory($loop);
63+
$factory = new \Clue\React\Redis\Factory($loop);
6464

6565
$client = $factory->createLazyClient('localhost');
6666
$client->set('greeting', 'Hello world');

0 commit comments

Comments
 (0)