summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index d526ea1..7ba8a54 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
<head>
<title>L-Systems.JS Playground</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- <script src="http://mrdoob.github.com/three.js/build/Three.js"></script>
+ <script src="http://mrdoob.github.com/three.js/build/three.min.js"></script>
<script src="bootstrap.min.js"></script>
<script src="lsys.js"></script>
<link rel="stylesheet" href="bootstrap.css" type="text/css"/>