Update README.md

This commit is contained in:
Travis Parks 2013-01-12 21:40:47 -05:00
parent f848d63d9a
commit 83b2a8a3d9
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ Here's an example of a tag that will make all of its content upper case:
{
}
public override string Decorate(IFormatProvider provider, string innerText, Dictionary<string, object> arguments)
protected override string Decorate(IFormatProvider provider, string innerText, Dictionary<string, object> arguments)
{
return innerText.ToUpper();
}