diff --git a/README.markdown b/README.markdown index dbdfd87..ed1d6a8 100644 --- a/README.markdown +++ b/README.markdown @@ -33,7 +33,7 @@ Create the associated view file (template) in your views directory with the same Usage ============ -Create your view template file the same as you would have before, but remember that any logic belongs in the view class. If you want to prevent the automatic variable escaping, prepend the variable with an '!'. +Create your view template file the same as you would have before, but remember that any logic belongs in the view class. If you want to prevent the automatic variable escaping, prepend the variable with an '^'. // application/views/foo/bar.php

This view is !

@@ -72,4 +72,4 @@ which would render: > > Another possible description is: cool beans > -> Here are my adjective notes: This is Super!! \ No newline at end of file +> Here are my adjective notes: This is Super!!