瀏覽代碼

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);
     ?>