Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsergioro <25378688+sergioro9@users.noreply.github.com>2021-04-28 11:25:24 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2021-04-28 12:31:49 +0300
commit5be8a01c0c28c5631ad0062ab121e5816466117f (patch)
tree479b4ea0eb69364e917b0d94e187e79df4e989b8
parent7d23f76ba8c06207a409d889e37b9e77f3a0d2e9 (diff)
fix README typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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'