From f21e50f041d86abd14c9d17160b9b4a98db9f1ff Mon Sep 17 00:00:00 2001 From: George Michael Brower Date: Tue, 2 Sep 2014 21:55:33 -0400 Subject: [PATCH] readme --- README.md | 5 +---- index.html | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) 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.

Basic Usage

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();