Skip to content

Commit

Permalink
Update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
i.shuvalov committed Jun 11, 2024
1 parent 4d45f19 commit 66f8904
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ Include module at your application
import AnchorTune from 'editorjs-anchor';
```

### Load from CDN

You can load a specific version of the package from jsDelivr CDN.

Require this script on a page with Editor.js.

```html
<script src="https://cdn.jsdelivr.net/npm/editorjs-anchor"></script>
```

### Download to your project's source dir

1. Upload folder `dist` from repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "editorjs-anchor",
"version": "1.1.2",
"version": "1.1.3",
"main": "./dist/bundle.js",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 66f8904

Please sign in to comment.