Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
Fix Python SimpleHTTPServer module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Electron-libre committed Jul 2, 2014
1 parent 2fac403 commit 2d78bc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/start/tutorial/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ While you're working, you'll need a basic HTTP server to serve your pages. If yo

python -m SimpleHTTPServer

Or with python 3 :

python -m http.server

Open a browser and navigate to the local server. For `SimpleHTTPServer`, this is typically:

- [http://localhost:8000/](http://localhost:8000/)
Expand Down

0 comments on commit 2d78bc8

Please sign in to comment.