Skip to content

Commit e2ef8fc

Browse files
committed
Fix #160: Correct documentation typo for usage
1 parent 2ef4a13 commit e2ef8fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ version 4.1.7
1515
- `progressClass`: styling for progress bar when upload is in process
1616
- `progressCompleteClass`: styling for progress bar when upload is complete
1717
9. (bug #159): Ensure filestack is passed correctly with `outData` for events.
18+
10. (bug #160): Correct documentation typo for usage.
1819

1920
version 4.1.6
2021
=============

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ You can also manually install the plugin easily to your project. Just download t
108108
Step 1: Load the following assets in your header.
109109

110110
```html
111-
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">
111+
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
112112
<link href="path/to/css/fileinput.min.css" media="all" rel="stylesheet" type="text/css" />
113113
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
114-
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js" type="text/javascript"></script>
114+
<link href="path/to/js/fileinput.min.js" media="all" rel="stylesheet" type="text/javascript" />
115115
```
116116

117117
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`.

0 commit comments

Comments
 (0)