Parcourir la source

Merge pull request #62 from chrisbarr/master

Incorrect variable name fix
Justin Hileman il y a 14 ans
Parent
commit
3731898939
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.markdown

+ 1 - 1
README.markdown

@@ -44,7 +44,7 @@ Along with the associated Mustache class:
 Render it like so:
 
     <?php
-    $c = new Chris;
+    $chris = new Chris;
     echo $chris->render($template);
     ?>