From 5214431010ce3dfde1b115cd5fff18fbce13fae9 Mon Sep 17 00:00:00 2001 From: Sebastian Misch Date: Sat, 19 May 2018 13:52:36 +0200 Subject: [PATCH] Fix documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b295df..f5929e7 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ window.noat.cookieConsent = { text: 'Use your text why you are using Cookies here', privacyPolicyText: 'The title of the cookie policy link', privacyPolicyUrl: 'The URL to the cookie policy', - deny: 'The deny button title', - allow: 'The allow button title' + denyText: 'The deny button title', + allowText: 'The allow button title' }; ```