Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit fbd058d

Browse files
author
Barrie Hadfield
committed
Python web server
1 parent 4ba0d3c commit fbd058d

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
@@ -109,7 +109,7 @@ Here is a simple index.html:
109109
</html>
110110
```
111111

112-
Copy the code above into an `index.html` file and launch a simple web server with `ruby -run -e httpd . -p 8000` then navigate to http://localhost:8000/
112+
Copy the code above into an `index.html` file and launch a simple web server with `ruby -run -e httpd . -p 8000` (or if you prefer Python) `python -m SimpleHTTPServer` then navigate to http://localhost:8000/
113113

114114
### Want a larger example?
115115

0 commit comments

Comments
 (0)