diff options
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index caf7e417f..aa3840da9 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,7 @@ bower install bootstrap#v{{ site.current_version }} <link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous"> {% endhighlight %} -<h5>JS, Popper, and jQuery</h5> +<h5>JS, Popper.js, and jQuery</h5> {% highlight html %} <script src="{{ site.cdn.jquery }}" integrity="{{ site.cdn.jquery_hash }}" crossorigin="anonymous"></script> <script src="{{ site.cdn.popper }}" integrity="{{ site.cdn.popper_hash }}" crossorigin="anonymous"></script> |
