Ver Fonte

Incorrect variable name in example

chrisbarr há 14 anos atrás
pai
commit
69cce225e1
1 ficheiros alterados com 1 adições e 1 exclusões
  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);
     ?>