Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
robonetphy committed Nov 9, 2023
1 parent b011bfe commit 393263d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,7 @@ Include module at your application
import Warning from '@editorjs/warning';
```

### Load from CDN

You can load specific version of package from [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@editorjs/warning).

`https://cdn.jsdelivr.net/npm/@editorjs/warning@latest`

Then require this script on page with CodeX Editor.

```html
<script src="..."></script>
```
Optionally, you can load this tool from CDN [JsDelivr CDN](https://cdn.jsdelivr.net/npm/@editorjs/warning@latest)

## Usage

Expand Down

0 comments on commit 393263d

Please sign in to comment.