diff --git a/README.md b/README.md index 3b4b8f6..26315e7 100644 --- a/README.md +++ b/README.md @@ -91,12 +91,12 @@ If you want to use one of the other [Flowbite themes](https://flowbite.com/docs/ <% end %> -<%= render Flowbite::Button::Outline.new(style: :blue) do %> +<%= render Flowbite::Button::Outline.new(style: :success) do %> Outline Button <% end %> -<%= render Flowbite::Button::Pill.new(style: :green) do %> +<%= render Flowbite::Button::Pill.new(style: :danger) do %> Pill Button <% end %> ```