Skip to content

Commit

Permalink
Docs: Fix typo in cdn path
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 20, 2021
1 parent 1743866 commit 33ea2ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -91,7 +91,7 @@ LmcCookieConsentManager({
@use '../node_modules/@lmc-eu/cookie-consent-manager/LmcCookieConsentManager';

:root {
// override default config
// override default config
}
```

Expand Down

0 comments on commit 33ea2ec

Please sign in to comment.