We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3935e06 commit 713cfddCopy full SHA for 713cfdd
index.html
@@ -62,7 +62,7 @@ <h5>CSS only</h5>
62
<link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
63
{% endhighlight %}
64
65
-<h5>JS, Popper, and jQuery</h5>
+<h5>JS, Popper.js, and jQuery</h5>
66
{% highlight html %}
67
<script src="{{ site.cdn.jquery }}" integrity="{{ site.cdn.jquery_hash }}" crossorigin="anonymous"></script>
68
<script src="{{ site.cdn.popper }}" integrity="{{ site.cdn.popper_hash }}" crossorigin="anonymous"></script>
0 commit comments