You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ Here is a simple index.html:
109
109
</html>
110
110
```
111
111
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/
0 commit comments