Skip to content

Commit

Permalink
spellcheck (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
plattthompson authored and ctrlaltdev committed Oct 2, 2019
1 parent aa4fd76 commit 63c1680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63c1680

Please sign in to comment.