diff --git a/README.rdoc b/README.rdoc index 77433f2..6385745 100644 --- a/README.rdoc +++ b/README.rdoc @@ -11,9 +11,9 @@ created the plugin. Changed breadcrumb method to accept 3 options: :wrap_with_tag, :class and :separator. -* +:wrap_with_tag+ - An HTML tag to wrap each breadcrumb entry with (ie. li, p, etc.). -* +:class+ - An HTML class to give to the tag specified in the +:wrap_with_tag+ option. -* +:separator+ - Acts the same as the old breadcrumb method worked. +* :wrap_with_tag - An HTML tag to wrap each breadcrumb entry with (ie. li, p, etc.). +* :class - An HTML class to give to the tag specified in the +:wrap_with_tag+ option. +* :separator - Acts the same as the old breadcrumb method worked. == Example