summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Titov <[email protected]>2019-06-25 12:11:36 +0300
committerGitHub <[email protected]>2019-06-25 12:11:36 +0300
commit5b6e0a535fef745594a4966c724509dcda05b422 (patch)
treead614e6192e395ab8c5b82f83e55cc999d376997 /README.md
parent9eabd868786dd77b9f093c801590d3e3457af776 (diff)
Update README.md
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).