Skip to content

Commit

Permalink
updated readme to be formatted nicer on builder options.
Browse files Browse the repository at this point in the history
  • Loading branch information
jejacks0n committed Sep 17, 2012
1 parent 1dcbb85 commit 08e5d71
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ that's pretty easy to style and work with.
- `excluded_keys` -
*Array*: Allows specifying keys that are ignored in options (you may want to ignore keys used by other builders.)
Default: `[:map]`

- `wrapper_tag` -
*Symbol (or String)*: Tag used for the top level element.
Default: `:ul`
Expand All @@ -224,7 +223,6 @@ that's pretty easy to style and work with.
- `item_tag` -
*Symbol (or String)*: Tag used for wrapping specific items.
Default: `:li`

- `wrapper_class` -
*String*: The classname that will be applied to the top level element.
Default: `'semantic-navigation'`
Expand All @@ -240,7 +238,6 @@ that's pretty easy to style and work with.
- `highlighted_class` -
*String*: The classname that will be applied to items that should be highlighted.
Default: `'active'`

- `label_generator` -
*Proc*: Called when inserting labels into items or groups.
Default: `proc{ |label, has_link, has_nested| "<span>#{label}</span>" }`
Expand Down

0 comments on commit 08e5d71

Please sign in to comment.