Parcourir la source

Incorrect variable name in example

chrisbarr il y a 14 ans
Parent
commit
69cce225e1
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);
     ?>