From 37433301c1f5153484fc7f7ad4965aa7570a9a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Machulda?= Date: Tue, 9 Nov 2021 22:51:36 +0100 Subject: [PATCH] Docs: Minor readme improvements --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e0fdf2e..18bfd346 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,8 @@ via npm package [@lmc-eu/cookie-consent-manager](https://www.npmjs.com/package/@ }); ``` + See below for [configuration options](#configuration). + 3. Include default CSS in your HTML: ```html @@ -95,9 +97,11 @@ via npm package [@lmc-eu/cookie-consent-manager](https://www.npmjs.com/package/@ ```scss @use 'node_modules/@lmc-eu/cookie-consent-manager/LmcCookieConsentManager.css'; ``` - Please mind the `.css` extension used in the Sass example. Using the provided - `.scss` stylesheet is only [recommended](#with-spirit-design-system) for - projects that are built with [Spirit Design System]. + + Please mind the `.css` extension used in the Sass example. Using the provided `.scss` stylesheet is + recommended only for projects that are built [with Spirit Design System](#with-spirit-design-system). + + See below for [theming customization options](#theming). ## Manage features depending on given consent @@ -168,7 +172,7 @@ initLmcCookieConsentManager( Optional config parameters could be provided on plugin initialization in the configuration object. ```js -initLmcCookieConsentManager( +initLmcCookieConsentManager( // when loaded as a module, these options are passed to `LmcCookieConsentManager()` instead { 'defaultLang': 'cs', 'autodetectLang': false,