Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update the tool
  • Loading branch information
robonetphy committed Nov 9, 2023
commit dcabef5b8dbec5f2c2639fa2bcfe859cad3d23d3
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 Marker from '@editorjs/marker';
```

### Load from CDN

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

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

Require this script on a page with Editor.js.

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

## Usage

Expand Down