Update README.md

This commit is contained in:
Travis Parks 2013-01-16 16:09:13 -05:00
parent fe54d9522b
commit bfc579be22
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 class UpperTagDefinition : ContentTagDefinition
{
public UpperTagDefinition()
: base(true)
: base("upper")
{
}