From 7edad6ed0e3014da870a22af724b1baaac9beb82 Mon Sep 17 00:00:00 2001 From: Craig Mayhew Date: Wed, 14 Nov 2018 10:16:40 +0000 Subject: [PATCH]

now has valid close tag in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b8965a..a84b312 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ As shown in the demos there are many ways to use the plugin, but the basic conce This is the simple html markup. The file input is optional but it provides an alternative way to select files for the user(check the online demo to se how to hide/style it) ```html
-

Drag and Drop Files Here

+

Drag and Drop Files Here

```