diff --git a/CHANGE.md b/CHANGE.md
index b639fc78..a7978c9d 100755
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -3,7 +3,7 @@ Change Log: `bootstrap-fileinput`
## version 5.0.8
-**Date:** _under development_
+**Date:** 13-Dec-2019
- (enh #1514): Enhancements to duplicate file selection.
- New event `fileduplicateerror` will be triggered after every duplicate file detected.
diff --git a/README.md b/README.md
index 4d7ac268..b90b3937 100755
--- a/README.md
+++ b/README.md
@@ -78,19 +78,19 @@ Step 1: Load the following assets in your header.
```html
-
+
-
+
-
+
-
+
-
+
@@ -98,11 +98,11 @@ Step 1: Load the following assets in your header.
dialog. bootstrap 4.x is supported. You can also use the bootstrap js 3.3.x versions. -->
-
+
-
+
-
+
```
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`. The theme file `themes/fa/theme.js` can be optionally included for the font awesome icons styling. The locale file `.js` can be optionally included for translating for your language if needed.