From f89caa04178b4ee592420697035dbd3cbaef1d5c Mon Sep 17 00:00:00 2001 From: fa-briz-io Date: Wed, 3 Mar 2021 17:09:36 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56c1a1f..a342312 100644 --- a/README.md +++ b/README.md @@ -184,8 +184,8 @@ $.modal.defaults = { closeText: 'Close', // Text content for the close tag. closeClass: '', // Add additional class(es) to the close tag. showClose: true, // Shows a (X) icon/link in the top-right corner - modalClass: "modal", // CSS class added to the element being displayed in the modal. - blockerClass: "modal", // CSS class added to the overlay (blocker). + modalClass: 'modal', // CSS class added to the element being displayed in the modal. + blockerClass: 'blocker', // CSS class added to the overlay (blocker). // HTML appended to the default spinner during AJAX requests. spinnerHtml: '
',