From 33ea2ec5db2cd56d2136072e6d9e2ab1a79f474d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Litera?= Date: Wed, 20 Oct 2021 14:45:55 +0200 Subject: [PATCH] Docs: Fix typo in cdn path --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 627c482f..a0760505 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,13 @@ You can download the [latest version](https://github.com/lmc-eu/cookie-consent-m javascript : ```html -https://cdn.jsdelivr.net/npm/lmc-eu/cookie-consent-manager@v0.1.0/init.js +https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@v0.1.0/init.js ``` stylesheet : ```html -https://cdn.jsdelivr.net/npm/lmc-eu/cookie-consent-managert@v0.1.0/LmcCookieConsentManager.css +https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-managert@v0.1.0/LmcCookieConsentManager.css ``` ### npm @@ -91,7 +91,7 @@ LmcCookieConsentManager({ @use '../node_modules/@lmc-eu/cookie-consent-manager/LmcCookieConsentManager'; :root { - // override default config + // override default config } ```