From 5be8a01c0c28c5631ad0062ab121e5816466117f Mon Sep 17 00:00:00 2001 From: sergioro <25378688+sergioro9@users.noreply.github.com> Date: Wed, 28 Apr 2021 02:25:24 -0600 Subject: fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index badc28f..96fcd60 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Then, remove all the `*= require` and `*= require_tree` statements from the Sass Do not use `*= require` in Sass or your other stylesheets will not be able to access the Bootstrap mixins and variables. Bootstrap JavaScript can optionally use jQuery. -If you're using Rails 5.1+, you can add add the `jquery-rails` gem to your Gemfile: +If you're using Rails 5.1+, you can add the `jquery-rails` gem to your Gemfile: ```ruby gem 'jquery-rails' -- cgit v1.2.3