summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1779b3e8..9cc36e5c 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ Configuration can be located in `.rr.yaml` file:
```yaml
http:
- address: :8080
+ address: 0.0.0.0:8080
maxRequest: 200
workers:
command: "php psr-worker.php"