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:
parent
fe54d9522b
commit
bfc579be22
@ -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 class UpperTagDefinition : ContentTagDefinition
|
||||||
{
|
{
|
||||||
public UpperTagDefinition()
|
public UpperTagDefinition()
|
||||||
: base(true)
|
: base("upper")
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user