From 83b2a8a3d98a7f8bd017754de263cc9d8521b93b Mon Sep 17 00:00:00 2001 From: Travis Parks Date: Sat, 12 Jan 2013 21:40:47 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 448d626..b1075d0 100644 --- a/README.md +++ b/README.md @@ -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 arguments) + protected override string Decorate(IFormatProvider provider, string innerText, Dictionary arguments) { return innerText.ToUpper(); }