diff --git a/readme.md b/readme.md index ffc87a7..c1723e4 100644 --- a/readme.md +++ b/readme.md @@ -56,7 +56,7 @@ The script is being controlled mainly by a configuration object which is passed // How long to wait until bar or initial modal comes up. UITimeout: 1000, // Show 'bar' or 'modal' initial layout - mode: 'bar' + mode: 'bar', // Show the 'reject all cookies' button. It's false by default. showRejectAllButton: false, // Look and feel. @@ -264,8 +264,8 @@ The script is being controlled mainly by a configuration object which is passed consentModeControls: { ad_storage: 'necessary', ad_user_data: 'necessary', - ad_personalization: 'necessary' - analytics_storage: 'necessary' + ad_personalization: 'necessary', + analytics_storage: 'necessary', }, // whether consent mode updates will be handled by gtag or via custom GTM template. The value by default is null. Can have 'gtag' or 'gtm-template' values. consentModeHandler: 'gtm-template'