From 7d984827da86f7faa3629400697041022fea9d1f Mon Sep 17 00:00:00 2001 From: Amphiluke Date: Mon, 6 Jan 2020 19:41:58 +0700 Subject: [PATCH] Minor correction related to CDNs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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