4
0
mirror of https://github.com/art-ist/mustache-sharp.git synced 2024-06-16 21:05:32 +00:00

Update README.md

This commit is contained in:
Travis Parks 2013-01-12 21:40:47 -05:00
parent f848d63d9a
commit 83b2a8a3d9

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();
}