From 20b6b120dfdbfcc82a3791d5d573c10019853f49 Mon Sep 17 00:00:00 2001 From: Jeff Nusz Date: Wed, 17 Aug 2016 12:13:48 -0700 Subject: [PATCH] update readme and example to point to dat.gui.min.js --- README.md | 6 ++---- example.html | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cc72679..0f0d2f5 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,14 @@ A lightweight graphical user interface for changing variables in JavaScript. Get started with dat.GUI by reading the tutorial at http://workshop.chromeexperiments.com/examples/gui. -## Live demo - -Simple live demo [is available here](http://korczis.github.io/dat.gui-ng/). +[Change Log](CHANGELOG.md) ## Packaged Builds The easiest way to use dat.GUI in your code is by using the built source at `build/dat.gui.min.js`. These built JavaScript files bundle all the necessary dependencies to run dat.GUI. In your `head` tag, include the following code: ``` - + ``` ## Directory Contents diff --git a/example.html b/example.html index 27b091f..9febca1 100644 --- a/example.html +++ b/example.html @@ -3,7 +3,7 @@ - +