We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec776e commit 6bbe649Copy full SHA for 6bbe649
README.md
@@ -11,4 +11,4 @@ This is a boilerplate example of how to port over a typical OpenGL project with
11
- Build: `make`
12
- Clean: `make clean`
13
- Build, but remove objects leaving the `build` dir: `make dist`
14
-- You can then use `python -m SimpleHTTPServer 8080` or `http-server build/` and open your browser to `localhost:8080`.
+- You can then use `python -m SimpleHTTPServer 8080` or `http-server app/` and open your browser to `localhost:8080`.
0 commit comments