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 854dcce commit 012859dCopy full SHA for 012859d
1 file changed
README.md
@@ -29,7 +29,7 @@ $client = $factory->createClient('127.0.0.1', 9050);
29
30
// now work with your $client, see below
31
32
-$loop->start();
+$loop->run();
33
```
34
35
### Tunnelled TCP connections
0 commit comments