diff --git a/README.md b/README.md index b5f3b7d..e1bfeba 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ npm install -g pugserver pugserver path/to/myfolder ``` -open your browser to [http://localhost:8080/index.pug](http://localhost:8080/index.pug) +Open your browser to [http://localhost:8080/index.pug](http://localhost:8080/index.pug) The path argument is optional. If not present it will default to current directory. -You can choose to run your server on another port than 8080, to do so, use the -p flag followed by the port number: +You can choose to run your server on another port than 8080. To do so, use the -p flag followed by the port number: ``` sh pugserver -p 1337