Skip to content

Commit

Permalink
update the readme docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robonetphy committed Nov 9, 2023
1 parent 369dd87 commit 381bbef
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]`

Then require this script on page with Editor.js through the `<script src=""></script>` tag.
Optionally, you can load this tool from CDN [JsDelivr CDN](https://cdn.jsdelivr.net/npm/@editorjs/link@latest)

## Usage

Expand Down

0 comments on commit 381bbef

Please sign in to comment.