summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cb1ccb27..669b690a 100644
--- a/README.md
+++ b/README.md
@@ -138,13 +138,13 @@ Working with RoadRunner service:
RoadRunner application can be started by calling simple command from the root of your PHP application.
```
-$ rr serve
+$ rr serve -v
```
You can also run RR in debug mode to view all incoming requests.
```
-$ rr serve -d
+$ rr serve -d -v
```
You can force RR service to reload it's http workers.