Merge pull request #62 from chrisbarr/master

Incorrect variable name fix
This commit is contained in:
Justin Hileman
2011-10-28 05:59:28 -07:00
+1 -1
View File
@@ -44,7 +44,7 @@ Along with the associated Mustache class:
Render it like so: Render it like so:
<?php <?php
$c = new Chris; $chris = new Chris;
echo $chris->render($template); echo $chris->render($template);
?> ?>