fix Python module name in README
This commit is contained in:
parent
e80810b683
commit
bb1b877af8
2
README
2
README
|
@ -7,7 +7,7 @@ If you get a permissions error:
|
||||||
~/asciiflow2$ chmod a+x closure-compiler.jar
|
~/asciiflow2$ chmod a+x closure-compiler.jar
|
||||||
|
|
||||||
Run a simple web server:
|
Run a simple web server:
|
||||||
~/asciiflow2$python -m SimpleHttpServer
|
~/asciiflow2$python -m SimpleHTTPServer
|
||||||
|
|
||||||
Goto: http://localhost:8000/index.html
|
Goto: http://localhost:8000/index.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue