From 381bbef6e6d0963ebaaa95b13abdd12a74324e40 Mon Sep 17 00:00:00 2001 From: robonetphy <1998patelumang@gmail.com> Date: Thu, 9 Nov 2023 17:55:52 +0530 Subject: [PATCH] update the readme docs --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 96641b4..932191b 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,7 @@ Include module at your application import LinkTool from '@editorjs/link'; ``` -### Load from CDN - -You can load the specific version of a package from [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@editorjs/link). - -`https://cdn.jsdelivr.net/npm/@editorjs/link@2.0.0` - -Then require this script on page with Editor.js through the `` tag. +Optionally, you can load this tool from CDN [JsDelivr CDN](https://cdn.jsdelivr.net/npm/@editorjs/link@latest) ## Usage