From 03a71f7480e5a41d1779b5ace7cd0503db4045f7 Mon Sep 17 00:00:00 2001 From: Patrick Kunka Date: Tue, 8 May 2018 00:12:40 +0100 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec596e4..ff98444 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ This will attach the `easydropdown` factory function to the `window` as a global ## Usage -Because EasyDropDown is an enhancement on top of native the `` element, we must firstly create an underlying select element in our project's HTML, just as we normally would: ```html