We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03cf446 commit 1ec0befCopy full SHA for 1ec0bef
README.md
@@ -24,7 +24,7 @@ any web server to check it out in your browser:
24
25
```console
26
> cd site
27
-> python -m SimpleHTTPServer
+> python3 -m http.server
28
```
29
30
The site is now available at <0.0.0.0:8000>.
0 commit comments