Skip to content

Commit

Permalink
CDN patched
Browse files Browse the repository at this point in the history
  • Loading branch information
jlgarridol committed Aug 30, 2020
1 parent f9ef8a0 commit fa744e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ $ npm install @jlgarridol/[email protected]
```
or add it directly using a CDN:
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@jlgarridol/[email protected].1/dist/css/modalizer.min.css">
<script src="https://cdn.jsdelivr.net/npm/@jlgarridol/[email protected].1/dist/js/modalizer.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@jlgarridol/[email protected].2/dist/css/modalizer.min.css">
<script src="https://cdn.jsdelivr.net/npm/@jlgarridol/[email protected].2/dist/js/modalizer.min.js"></script>
```

### Basic usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"devDependencies": {},
"publishConfig": {
"registry": "http://registry.npmjs.org/"
"registry": "https://npm.pkg.github.com/"
}
}

0 comments on commit fa744e6

Please sign in to comment.