From adb2049d3c02f17049ce5f45a1d01494bbface04 Mon Sep 17 00:00:00 2001 From: Vanessa Freudenberg Date: Mon, 10 Mar 2025 10:22:35 -0700 Subject: [PATCH] Fix direct include URL GitHub pages is on github.io not github.com --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8e10f56a..f972e24e 100644 --- a/readme.md +++ b/readme.md @@ -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. - + 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.