Browse Source

Merge pull request #62 from chrisbarr/master

Incorrect variable name fix
Justin Hileman 14 năm trước cách đây
mục cha
commit
3731898939
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
     ?>