diff --git a/README.md b/README.md index 742c796..ce8d0a1 100644 --- a/README.md +++ b/README.md @@ -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