Browse Source

Incorrect variable name in example

chrisbarr 14 năm trước cách đây
mục cha
commit
69cce225e1
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);
     ?>