Commit be7a5de27d6ab5cc584818adee830d669a94b942

Authored by Athos
1 parent fcf3f8d5

update README

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
README.md
... ... @@ -34,11 +34,11 @@ installed:
34 34 below:
35 35  
36 36 ```
37   -plackup --port PORT_NUMBER APPLICATION.psgi
  37 +plackup [--port PORT_NUMBER] -Ilib
38 38 ```
39 39  
40 40 > For example, try:
41 41  
42 42 ```
43   -plackup --port 5001 spb_copr_status.psgi
  43 +plackup -Ilib
44 44 ```
... ...