From c51fd39fea787b358c585a69a836c67a6e92cae8 Mon Sep 17 00:00:00 2001 From: Joseph Cacioppo Date: Wed, 10 Oct 2018 21:18:53 -0400 Subject: [PATCH] Fix README.md buttonClass typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb06746..1710f01 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,6 @@ The following options can be specified when applying this plugin to the input fi $('#choose-file').inputFileText({ text: 'Select File', // The button will display this text - buttonCLass: 'buttonClassName', // The button's class + buttonClass: 'buttonClassName', // The button's class textClass: 'textClassName' // The text's class - }); \ No newline at end of file + });