From bfc579be22014d0b0d88c7ff0f1d95460c5c8d06 Mon Sep 17 00:00:00 2001 From: Travis Parks Date: Wed, 16 Jan 2013 16:09:13 -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 3881cea..d0b78bc 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 class UpperTagDefinition : ContentTagDefinition { public UpperTagDefinition() - : base(true) + : base("upper") { }