]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change "Max CDN" to "MaxCDN"
authorAnand Chowdhary <anandchowdhary@gmail.com>
Sun, 14 May 2017 09:58:26 +0000 (15:28 +0530)
committerJohann-S <johann.servoire@gmail.com>
Sun, 14 May 2017 09:58:26 +0000 (11:58 +0200)
docs/index.html

index 177600bcf9fa6a0c4951708b1849240211aaae5a..612a7417109abd4732eaa8613955b32ed22a5274 100644 (file)
@@ -29,7 +29,7 @@ layout: home
       </div>
       <div class="col-sm-6 mb-3">
         <h4>Bootstrap CDN</h4>
-        <p>When you just need to include Bootstrap's compiled CSS and JS, use the Bootstrap CDN, free from the Max CDN folks.</p>
+        <p>When you just need to include Bootstrap's compiled CSS and JS, use the Bootstrap CDN, free from the MaxCDN folks.</p>
 {% highlight html %}
 <link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
 <script src="{{ site.cdn.jquery }}" integrity="{{ site.cdn.jquery_hash }}" crossorigin="anonymous"></script>