Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jairo Hulshof committed Mar 29, 2024
1 parent 13c0e12 commit cda2c5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ All options except `cookies` are optional. They will fall back to the defaults,
```jsx
<cookie-consent
data-title="Cookies & Privacy" // The title of the dialog.
data-description="<p>This site makes use of third-party cookies. Read more in our <a href="/privacy-policy">privacy policy</a>.</p>" // The description of the dialog.
data-description="<p>This site makes use of third-party cookies.
Read more in our <a href="/privacy-policy">privacy policy</a>.</p>" // The description of the dialog.
data-saveButtonText="Save preferences" // The save button label.
data-cookies={[ // Array with cookie types.
{
Expand Down

0 comments on commit cda2c5d

Please sign in to comment.