From 5b6e0a535fef745594a4966c724509dcda05b422 Mon Sep 17 00:00:00 2001 From: Anton Titov Date: Tue, 25 Jun 2019 12:11:36 +0300 Subject: Update README.md --- README.md | 7 ++----- 1 file 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). -- cgit v1.2.3