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:
authorGleb Mazovetskiy <glex.spb@gmail.com>2017-05-29 16:43:54 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2017-05-29 16:43:54 +0300
commitf4ff7cc4b2d71c54d8809f546d2fd239e0016baf (patch)
treeb142f38c0349c9d5b5e2fc66fef3ee0113808bdc /README.md
parent096ade49a5ceff46c2db7f1b2aa5399853a2cb4a (diff)
Readme: popper [ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 515ed26..6f8ad45 100644
--- a/README.md
+++ b/README.md
@@ -69,11 +69,11 @@ If you use them, add popper.js to the Gemfile:
gem 'popper_js', '>= 1.9.9'
```
-Then, run `bundle`, restart the server, and require tether before bootstrap but after jQuery:
+Then, run `bundle`, restart the server, and require popper before bootstrap but after jQuery:
```js
//= require jquery
-//= require tether
+//= require popper
//= require bootstrap-sprockets
```