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:
Diffstat (limited to 'README.md')
-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'