Skip to content

Commit

Permalink
Correct "normalized" -> "normalize" in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Rosien committed Jun 11, 2012
1 parent 7baf62b commit 629dd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -194,7 +194,7 @@ A `name` field with a value of `My Project` could be rendered in several ways:
$name$ -> "My Project"
$name;format="camel"$ -> "myProject"
$name;format="Camel"$ -> "MyProject"
$name;format="normalized"$ -> "my-project"
$name;format="normalize"$ -> "my-project"
$name;format="lower,hyphen"$ -> "my-project"

Note that multiple format options can be specified (comma-separated) which will
Expand Down

0 comments on commit 629dd67

Please sign in to comment.