Skip to content

Commit

Permalink
Incorrect variable name in example
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbarr committed Oct 26, 2011
1 parent 1e23df0 commit 69cce22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -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);
?>

Expand Down

0 comments on commit 69cce22

Please sign in to comment.