From ce9dfc26312eb0034a3d637b3fa9f16cd3dbb029 Mon Sep 17 00:00:00 2001 From: Kevin Menard Date: Sun, 1 Sep 2024 23:55:39 -0400 Subject: [PATCH] Fix outdated gem count in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e2c5c7e..c63a1802 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add `bootstrap` to your Gemfile: gem 'bootstrap', '~> 5.3.3' ``` -This gem requires a Sass engine, so make sure you have **one** of these two gems in your Gemfile: +This gem requires a Sass engine, so make sure you have **one** of these gems in your Gemfile: - [`dartsass-sprockets`](https://github.com/tablecheck/dartsass-sprockets): Dart Sass engine, recommended but only works for Ruby 2.6+ and Rails 5+ - [`dartsass-rails`](https://github.com/rails/dartsass-rails): Dart Sass engine, recommended for Rails projects that use Propshaft - [`cssbundling-rails`](https://github.com/rails/cssbundling-rails): External Sass engine