diff --git a/README.md b/README.md index a198541..2f85b1d 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ Alternately, if you'd just like to do everything yourself, you can specify a fil var demo = function(converter) { return [ // Replace escaped @ symbols - { type: 'lang', function(text) { + { type: 'output', filter: function(text) { return text.replace(/\\@/g, '@'); }} ];