diff options
author | Wolfy-J <[email protected]> | 2018-06-15 16:06:38 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-06-15 16:06:38 +0300 |
commit | 2f4770e2be55fa2a5b76084e9d61e3e0044d45cd (patch) | |
tree | d6436ea8e72f040cd4ba5464c72d831584a76aa1 /README.md | |
parent | 36257328946672830165582adbf4acc9b36fb49f (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |