From f22eb138c27e47d200edd1e048c79e91b3a52ac7 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Thu, 17 Jan 2019 11:19:37 +0100 Subject: [PATCH] Fix #286 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 01a6e25..998fee3 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ tarteaucitron.init({ "removeCredit": false, /* Remove credit link */ "moreInfoLink": true, /* Show more info link */ - "useExternalCss": false /* If false, the tarteaucitron.css file will be loaded */ + "useExternalCss": false, /* If false, the tarteaucitron.css file will be loaded */ - //"cookieDomain": ".my-multisite-domaine.fr" /* Shared cookie for subdomain website */ + //"cookieDomain": ".my-multisite-domaine.fr", /* Shared cookie for subdomain website */ "readmoreLink": "/cookiespolicy" /* Change the default readmore link pointing to opt-out.ferank.eu */ }); @@ -74,4 +74,4 @@ tarteaucitron.services.mycustomservice = { // when use deny cookie } }; -``` \ No newline at end of file +```