Skip to content

Commit 52260de

Browse files
authored
Merge pull request #80 from sabatale/patch-1
Update README.md
2 parents 691859a + e6ec7b9 commit 52260de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ You can run this locally using this handy python command:
8080
python -m SimpleHTTPServer
8181
```
8282

83+
...or with Python 3:
84+
85+
```bash
86+
python -m http.server
87+
```
88+
8389
navigate to http://localhost:8000/
8490

8591
#### 5. Deploy it

0 commit comments

Comments
 (0)