Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed README code block
  • Loading branch information
CatChen committed Dec 7, 2012
1 parent 961e24a commit 776da82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,7 @@

Start two web servers on localhost:8000 and localhost:8008 with two directories respectively.

localhost-8000-service > python -m SimpleHTTPServer
localhost-8008-service > python -m SimpleHTTPServer 8000
localhost-8000-service > python -m SimpleHTTPServer
localhost-8008-service > python -m SimpleHTTPServer 8000

Visit http://localhost:8000/test.html and see console logs.

0 comments on commit 776da82

Please sign in to comment.