summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 11cdc8db..d6203ff8 100644
--- a/README.md
+++ b/README.md
@@ -73,11 +73,8 @@ 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"
- pool:
- numWorkers: 4
+ address: 0.0.0.0:8080
+ workers.command: "php psr-worker.php"
```
> Read more in [Wiki](https://github.com/spiral/roadrunner/wiki/PHP-Workers).