summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Titov <[email protected]>2019-06-29 23:52:17 +0300
committerGitHub <[email protected]>2019-06-29 23:52:17 +0300
commita2a4dead13ff1369fdfade7c805d8a3ebc6a43bc (patch)
treef3c88f8a6c16debc35aa0ddd3673a822cbb7978b /README.md
parentb9ac5b8d43e00d05fd221d2fa1b5c88fcc8b6e1b (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6a3ef330..967c11e2 100644
--- a/README.md
+++ b/README.md
@@ -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).