Browse Source

add link to cdnjs.com

Mattia Larentis 12 years ago
parent
commit
f84b697d36
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -13,7 +13,8 @@ Just include Twitter Bootstrap, jQuery, Bootstrap Switch CSS and Javascript
 <link rel="stylesheet" href="bootstrapSwitch.css">
 <link rel="stylesheet" href="bootstrapSwitch.css">
 
 
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
-<script src="bootstrapSwitch.js"></script>
+<script src="bootstrapSwitch.js"></script>  // master
+<script src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-switch/1.3/bootstrapSwitch.min.js">  // from cdnjs.com
 ```
 ```
 
 
 Less
 Less