diff options
author | Anton Titov <[email protected]> | 2019-06-29 23:52:17 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2019-06-29 23:52:17 +0300 |
commit | a2a4dead13ff1369fdfade7c805d8a3ebc6a43bc (patch) | |
tree | f3c88f8a6c16debc35aa0ddd3673a822cbb7978b /README.md | |
parent | b9ac5b8d43e00d05fd221d2fa1b5c88fcc8b6e1b (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -61,6 +61,7 @@ Example: ```php <?php +// worker.php ini_set('display_errors', 'stderr'); include "vendor/autoload.php"; @@ -84,7 +85,7 @@ Configuration can be located in `.rr.yaml` file ([full sample](https://github.co ```yaml http: address: 0.0.0.0:8080 - workers.command: "php psr-worker.php" + workers.command: "php worker.php" ``` > Read more in [Wiki](https://github.com/spiral/roadrunner/wiki/PHP-Workers). |