Explorar el Código

Merge pull request #62 from chrisbarr/master

Incorrect variable name fix
Justin Hileman hace 14 años
padre
commit
3731898939
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
     ?>