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 d539e0f commit 336be66Copy full SHA for 336be66
README.md
@@ -57,7 +57,14 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen
57
> We are beaming Kirk and Spock from Enterprise to Earth.
58
59
The [client](example/client.php) sends data to an [endpoint](example/endpoint.php) and process received data from endpoint.
60
-
+
61
+Let's beam Kirk and Spock, simply execute following commands in your preferred console:
62
63
+```bash
64
+$ cd example
65
+$ php client.php
66
+```
67
68
## Testing
69
70
``` bash
0 commit comments