From e490a29e85b1f335d124fe211b8f02d661b8036a Mon Sep 17 00:00:00 2001 From: LukaKolb <56261305+LukaKolb@users.noreply.github.com> Date: Tue, 21 Jul 2020 15:12:03 +0200 Subject: [PATCH] fixed CDN link to latest version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d17c37b..1769f3b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ const Quote = require('@editorjs/quote'); You can load specific version of package from [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@editorjs/quote). -`https://cdn.jsdelivr.net/npm/@editorjs/quote@2.0.0` +`https://cdn.jsdelivr.net/npm/@editorjs/quote@latest` Then require this script on page with Editor.js.