瀏覽代碼

fix python2 command

Lee Wei 5 年之前
父節點
當前提交
64bb7e3af5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.