ソースを参照

Merge pull request #62 from chrisbarr/master

Incorrect variable name fix
Justin Hileman 14 年 前
コミット
3731898939
1 ファイル変更1 行追加1 行削除
  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);
     ?>