From 24be92c9cef365ae89a4aa5f0da9ccce9e40e15f Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 1 Sep 2017 15:21:45 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d89c1ad..9562194 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Img-checkbox is a jQuery-based replacement for input checkboxes. It supports ima **Add figure component** ```html -
+
@@ -32,13 +32,13 @@ Img-checkbox is a jQuery-based replacement for input checkboxes. It supports ima **Activate plugin with default options** ```js -$('figure').imgCheckbox() +$('.imgcheckbox').imgCheckbox() ``` -**Or activate plugin with some options** +**Or activate plugin with other options** ```js -$('figure').imgCheckbox({ +$('.imgcheckbox').imgCheckbox({ width: 'auto', height: 'auto', textColor: 'white',