Fix code block in README
mdl complained about it: README.md:24: MD046 Code block style A detailed description of the rules is available at https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
e9bc3b2c03
commit
132aabb402
|
@ -21,7 +21,9 @@ To view it, open `html/index.html` in your web browser.
|
|||
You can simulate running a web server using Python, which will automatically
|
||||
open `index.html` when following a link to a directory:
|
||||
|
||||
cd html && python3 -m http.server -b localhost 8000 &
|
||||
```
|
||||
cd html && python3 -m http.server -b localhost 8000 &
|
||||
```
|
||||
|
||||
## Contributing to the Screenshots Section
|
||||
|
||||
|
|
Loading…
Reference in New Issue