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 4f1dc2d..c78b9fe 100644
--- a/index.html
+++ b/index.html
@@ -59,7 +59,7 @@ var tree = lsys.iterate(2);
console.log(tree); // F-F+FF-F-F+FF+F-F+FFF-F+FF
var coords = lsys.draw(Math.PI / 2);
console.log(coords); // [[[0,0,0], [0,1,0], [1,1,0], ... ]]</pre>
- <p>These coordinates can now be plotted by any front-end. For example, using THREE.js:</p>
+ <p>These coordinates can now be plotted by any front-end. For example, using <a href="http://mrdoob.github.com/three.js/">THREE.js</a>:</p>
<pre class="prettyprint">
for (var i=0; i&lt;coords.length; i++) {
var branch = [];