live-server: add page

coverage
SheaClose 2017-12-10 17:22:07 -06:00
parent ca8f40c2e3
commit b798267984
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
> A simple development http server with live reload capability.
- Serve an index.html file, and reload on changes:
- Serve an index.html file and reload on changes:
`live-server`
@ -10,7 +10,7 @@
`live-server --port=8081`
- Select file other than index.html to serve:
- Select file other than index.html to serve:
`live-server --open=about.html`