From 9fb4131c56a44dbf42c60ad1afc2b0d958c09679 Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Tue, 25 Mar 2014 14:23:05 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5509689a1..dcdab8a71 100644 --- a/README.md +++ b/README.md @@ -809,11 +809,11 @@ Tags can be defined by adding a `"tags"` property to your `raptor-taglib.json`: } ``` -Every tag should be associated with a renderer. When a custom tag is used in a template, the renderer will be invoked at render time to produce the HTML/output (if any). +Every tag should be associated with a renderer. When a custom tag is used in a template, the renderer will be invoked at render time to produce the HTML/output. #### Defining Attributes -If you provide attributes then the Raptor Templates compiler will do validation to make sure only the supported attributes are provided. A "*" attribute is a special wildcard attribute that allows any attribute to be passed in. Below are sample attribute definitions: +If you provide attributes then the Raptor Templates compiler will do validation to make sure only the supported attributes are provided. A wildcard attribute (`"*"`) allows any attribute to be passed in. Below are sample attribute definitions: _Multiple attributes:_ ```json