Bläddra i källkod

Fix #160: Correct documentation typo for usage

Kartik Visweswaran 10 år sedan
förälder
incheckning
e2ef8fc81c
2 ändrade filer med 3 tillägg och 2 borttagningar
  1. 1 0
      CHANGE.md
  2. 2 2
      README.md

+ 1 - 0
CHANGE.md

@@ -15,6 +15,7 @@ version 4.1.7
        - `progressClass`: styling for progress bar when upload is in process
        - `progressCompleteClass`: styling for progress bar when upload is complete
 9. (bug #159): Ensure filestack is passed correctly with `outData` for events.
+10. (bug #160): Correct documentation typo for usage.
 
 version 4.1.6
 =============

+ 2 - 2
README.md

@@ -108,10 +108,10 @@ You can also manually install the plugin easily to your project. Just download t
 Step 1: Load the following assets in your header. 
 
 ```html
-<link href="http://netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">
+<link href="http://netdna.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
 <link href="path/to/css/fileinput.min.css" media="all" rel="stylesheet" type="text/css" />
 <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
-<script src="http://netdna.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js" type="text/javascript"></script>
+<link href="path/to/js/fileinput.min.js" media="all" rel="stylesheet" type="text/javascript" />
 ```
 
 If you noticed, you need to load the `jquery.min.js` and `bootstrap.min.css` in addition to the `fileinput.min.css` and `fileinput.min.js`.