Skip to content

Commit 1ec0bef

Browse files
committed
README.md Python 2 is almost dead
1 parent 03cf446 commit 1ec0bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ any web server to check it out in your browser:
2424

2525
```console
2626
> cd site
27-
> python -m SimpleHTTPServer
27+
> python3 -m http.server
2828
```
2929

3030
The site is now available at <0.0.0.0:8000>.

0 commit comments

Comments
 (0)