Skip to content

Commit

Permalink
Minor correction related to CDNs
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Jan 6, 2020
1 parent 2d93758 commit 7d98482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Now you may get it in your scripts as usual: `require("lindsvg")`, or `import *

### In a browser

lindsvg is available in UMD format which allows you using it either with AMD/CJS compatible module loaders or in global namespace (`window.lindsvg`):
lindsvg is available in UMD format which allows you using it either with AMD/CJS compatible module loaders or in global namespace (`window.lindsvg`). You may get the module sources from such CDNs as jsDelivr or unpkg:

```html
<script src="https://cdn.jsdelivr.net/npm/lindsvg/dist/lindsvg.min.js"></script>
Expand Down

0 comments on commit 7d98482

Please sign in to comment.