Przeglądaj źródła

Merge pull request #62 from chrisbarr/master

Incorrect variable name fix
Justin Hileman 14 lat temu
rodzic
commit
3731898939
1 zmienionych plików z 1 dodań i 1 usunięć
  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);
     ?>