diff options
-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). |