diff --git a/index.html b/index.html
index 5635f7d..2f55314 100644
--- a/index.html
+++ b/index.html
@@ -76,7 +76,7 @@ factory.registerCreature({
move: false
});
-// initialize our environment with a 10% of our lonely creature
+// initialize our environment
var ex1 = new terra.Terrarium(25, 25, {id: 'ex1'});
ex1.grid = ex1.makeGridWithDistribution([['secondCreature', 10], ['simplePlant', 90]]);