Fix readme

This commit is contained in:
Tomas Korcak 2015-08-15 01:14:48 +02:00
parent 53f1e4258d
commit e602364128

View File

@ -10,7 +10,7 @@ The easiest way to use dat.GUI in your code is by using the built source at `bui
In your `head` tag, include the following code: In your `head` tag, include the following code:
``` ```
<script type="text/javascript" src="dat.gui.main.js"></script> <script type="text/javascript" src="dat.gui.js"></script>
``` ```
---- ----