|
13 | 13 | <meta charset="utf-8"> |
14 | 14 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
15 | 15 | <title>Bootstrap Switch Button for React</title> |
16 | | - <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> |
| 16 | + <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> |
17 | 17 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/themes/prism-okaidia.min.css"> |
18 | 18 | <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous"> |
19 | 19 | <style> |
@@ -115,9 +115,9 @@ <h3 class="alert-heading text-dark">Made for Bootstrap 4!</h3> |
115 | 115 | <h2>Installation</h2> |
116 | 116 | <hr /> |
117 | 117 | <h3 class="text-secondary mt-4">NPM</h3> |
118 | | - <pre><code class="language-bash">npm i bootstrap-switch-button-react --save-dev</code></pre> |
| 118 | + <pre><code class="language-bash">npm i bootstrap-switch-button-react --save</code></pre> |
119 | 119 | <h3 class="text-secondary mt-4">Yarn</h3> |
120 | | - <pre><code class="language-bash">yarn install bootstrap-switch-button-react</code></pre> |
| 120 | + <pre><code class="language-bash">yarn add bootstrap-switch-button-react</code></pre> |
121 | 121 | </section> |
122 | 122 |
|
123 | 123 | <section id="usage" class="container my-5 d-none d-sm-none d-md-block"> |
@@ -265,5 +265,5 @@ <h4 class="font-weight-light"> Author <a href="https://github.com/gitbrent" targ |
265 | 265 | <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-typescript.min.js"></script> |
266 | 266 | <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-bash.min.js"></script> |
267 | 267 | <!-- ^^^ scripts ^^^ --> |
268 | | -<script type="text/javascript" src="build/main.6f90a3ff583ac163ad72.js"></script></body> |
| 268 | +<script type="text/javascript" src="build/main.45221a7f731e67082c77.js"></script></body> |
269 | 269 | </html> |
0 commit comments