summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-15 16:06:38 +0300
committerGitHub <[email protected]>2018-06-15 16:06:38 +0300
commit2f4770e2be55fa2a5b76084e9d61e3e0044d45cd (patch)
treed6436ea8e72f040cd4ba5464c72d831584a76aa1 /README.md
parent36257328946672830165582adbf4acc9b36fb49f (diff)
Update README.md
Diffstat (limited to 'README.md')
-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.