Sfoglia il codice sorgente

Incorrect variable name in example

chrisbarr 14 anni fa
parent
commit
69cce225e1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);
     ?>