Explorar o código

Incorrect variable name in example

chrisbarr %!s(int64=14) %!d(string=hai) anos
pai
achega
69cce225e1
Modificáronse 1 ficheiros con 1 adicións e 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);
     ?>