Update README.md
This commit is contained in:
parent
f848d63d9a
commit
83b2a8a3d9
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue