Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This will use the un-cat'ed script/css files, making debugging easier.

**LIVE**: Instead of grabbing the code, building, and embedding, you can include the script directly from the sample site. This version
will change whenever I release a new version.
<script src="http://benvanik.github.com/WebGL-Inspector/core/embed.js"></script>
<script src="http://benvanik.github.io/WebGL-Inspector/core/embed.js"></script>

Note: when running the debug version [require.js](http://requirejs.org) is used to load the inspector. This can have
issues for when the inspector gets a chance to wrap `HTMLCanvasContext.getContext` and when code tries to use it.
Expand Down