README.md in gretel-3.0.5 vs README.md in gretel-3.0.6

- old
+ new

@@ -95,11 +95,11 @@ You can pass options to `<%= breadcrumbs %>`, e.g. `<%= breadcrumbs pretext: "You are here: " %>`: Option | Description | Default ------------------------ | -------------------------------------------------------------------------------------------------------------------------- | ------- -:style | How to render the breadcrumbs. Can be `:default`, `:ol`, `:ul`, or `:bootstrap`. See below for more info. | `:default` +:style | How to render the breadcrumbs. Can be `:inline`, `:ol`, `:ul`, or `:bootstrap`. See below for more info. | `:inline` :pretext | Text to be rendered before breadcrumb, e.g. `"You are here: "`. | None :posttext | Text to be appended after breadcrumb, e.g. `"Text after breacrumb"`, | None :separator | Separator between links, e.g. `" &rsaquo; "`. | `" &rsaquo; "` :autoroot | Whether it should automatically link to the `:root` crumb if no parent is given. | True :display_single_fragment | Whether it should display the breadcrumb if it includes only one link. | False @@ -115,10 +115,10 @@ These are the styles you can use with `breadcrumbs style: :xx`. Style | Description -------------- | ----------- -`:default` | Renders each link by itself with `&rsaquo;` as the seperator. +`:inline` | Renders each link by itself with `&rsaquo;` as the seperator. `:ol` | Renders the links in `<li>` elements contained in an outer `<ol>`. `:ul` | Renders the links in `<li>` elements contained in an outer `<ul>`. `:bootstrap` | Renders the links for use in [Twitter Bootstrap](http://getbootstrap.com/). `:foundation5` | Renders the links for use in [Foundation 5](http://foundation.zurb.com/).