summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2012-05-18 21:07:33 +0300
committerYuval Adam <yuv.adm@gmail.com>2012-05-18 21:07:33 +0300
commit60ac675cf47930778e39d1caa5fd02832100073b (patch)
tree9a74d948adbcbea961bcac8ee9f3917b361baceb
parent4f25fdbe6c14ebbe6976e2263b88fc517135cd3a (diff)
typo
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index d0e4189..2920e7d 100644
--- a/index.html
+++ b/index.html
@@ -1,13 +1,13 @@
<html>
<head>
- <title>Wishing Tree Playground</title>
+ <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="lsys.js"></script>
</head>
<body>
- <h2>L-Systems.js Playground</h2>
+ <h2>L-Systems.JS Playground</h2>
<div id="container"></div>
<script>