Browse Source

fix python2 command

Lee Wei 4 years ago
parent
commit
64bb7e3af5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/contributing-devguide.md

+ 1 - 1
docs/contributing-devguide.md

@@ -83,7 +83,7 @@ python -m http.server 8000 --directory site
 
 # Python 2
 cd site
-python -m httpSimpleServer 8000
+python -m SimpleHTTPServer 8000
 ```
 
 Open `http://localhost:8000` in your browser.