diff --git a/examples/index.html b/examples/index.html index e0806f5f..46bc7a12 100644 --- a/examples/index.html +++ b/examples/index.html @@ -152,7 +152,7 @@
Demo showing how a Simple WebGL
- scene would work in PyScript tag
+ scene would work in the <py-script> tag
- Currently the > symbol is being imported incorrectly as &gt; into the REPL's.
+ Currently the > symbol is being imported incorrectly as > into the REPL's.
In this app the > symbol has been replaced with ().__gt__() so you can run the code
without issue. Ex: instead of a > b, you will see (a).__gt__(b) instead.
-
-
-