diff --git a/README.md b/README.md index 2ec4af0..28fad05 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,7 @@ dat-gui creates an interface that you can use to modify variables with very litt Download the [minified library]( todo ) and include it in your html. ```html - - - - + ``` Create controllers by adding objects and their properties. dat-gui chooses a controller based on the variable's initial value. diff --git a/index.html b/index.html index bf13ba5..40e0970 100644 --- a/index.html +++ b/index.html @@ -19,9 +19,7 @@
dat-gui creates an interface that you can use to modify variables with very little code.
Download the minified library and include it in your html.
-
-<script src="//cdnjs.cloudflare.com/ajax/libs/polymer/0.3.4/platform.js"></script>
-<script src="//cdnjs.cloudflare.com/ajax/libs/dat-gui/r3/gui.js"></script>
+<script src="gui.js"></script>
Create controllers by adding objects and their properties. dat-gui chooses a controller based on the variable's initial value.
var gui = new Gui();