README.md: Reformat the python web server call

markdownlint complains about blocks where every line begins with a
dollar sign.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2017-10-31 14:10:19 +01:00
parent 7240956520
commit 40c8c587a3
1 changed files with 1 additions and 2 deletions

View File

@ -21,8 +21,7 @@ To view it, open `html/index.html` in your web browser.
You can simulate running a web server using Python, which will automatically You can simulate running a web server using Python, which will automatically
open `index.html` when following a link to a directory: open `index.html` when following a link to a directory:
$ cd html cd html && python3 -m http.server -b localhost 8000 &
$ python3 -m http.server -b localhost 8000 &
## Contributing to the Screenshots Section ## Contributing to the Screenshots Section