README.md in gretel-4.3.0 vs README.md in gretel-4.4.0

- old
+ new

@@ -94,10 +94,11 @@ :class | CSS class for the breadcrumbs container. Can be set to `nil` for no class. | `"breadcrumbs"` :fragment_class | CSS class for the fragment link or span. Can be set to `nil` for no class. | None :current_class | CSS class for the current link or span. Can be set to `nil` for no class. | `"current"` :pretext_class | CSS class for the pretext, if given. Can be set to `nil` for no class. | `"pretext"` :posttext_class | CSS class for the posttext, if given. Can be set to `nil` for no class. | `"posttext"` +:link_class | CSS class for the link, if given. Can be set to `nil` for no class. | None :container_tag | Tag type that contains the breadcrumbs. | `:div` :fragment_tag | Tag type to contain each breadcrumb fragment/link. | None :aria_current | Value of `aria-current` attribute. | None ### Styles @@ -108,10 +109,11 @@ -------------- | ----------- `:inline` | Default. 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 [Bootstrap v3](https://getbootstrap.com/docs/3.4/). -`:bootstrap4` | Renders the links for use in [Bootstrap v4](https://getbootstrap.com/). +`:bootstrap4` | Renders the links for use in [Bootstrap v4](https://getbootstrap.com/docs/4.6/getting-started/introduction/). +`:bootstrap5` | Renders the links for use in [Bootstrap v5](https://getbootstrap.com/). `:foundation5` | Renders the links for use in [Foundation 5](https://get.foundation/). Or you can build the breadcrumbs manually for full customization; see below. If you add other widely used styles, please submit a [Pull Request](https://github.com/kzkn/gretel/pulls) so others can use them too.