From 712adf9c5b98f3e31962627eb618153e17f7598e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Souchet=20C=C3=A9line?= <4921914+csouchet@users.noreply.github.com> Date: Mon, 20 Dec 2021 17:33:35 +0100 Subject: [PATCH] Fix the README.md (#142) --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a12508..92af75d 100644 --- a/README.md +++ b/README.md @@ -179,10 +179,8 @@ That option would be interesting if you want to allow user to change their conse | ariaDeclineLabel | string | Decline cookies | Aria label to set on the decline button | | acceptOnScroll | boolean | false | Defines whether "accept" should be fired after the user scrolls a certain distance (see acceptOnScrollPercentage) | | acceptOnScrollPercentage | number | 25 | Percentage of the page height the user has to scroll to trigger the accept function if acceptOnScroll is enabled | - -| customContentAttributes -| object | {} | Allows you to set custom (data) attributes on the content div | -| customContainerAttributes | object | {} | Allows you to set custom (data) attributes on the container div | +| customContentAttributes | object | `{}` | Allows you to set custom (data) attributes on the content div | +| customContainerAttributes | object | `{}` | Allows you to set custom (data) attributes on the container div | ## Debugging it