WebGLBook
WebGLBook copied to clipboard
Python HTTP server start command changed with Python 3
In file README.md the start command for a HTTP server should be modified: Python 2: python -m SimpleHTTPServer
Python 2: python -m http.server
I think the 2nd block should read "Python 3" instead of "Python 2"
That worked. Thanks!