We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbfc44 commit a098f3fCopy full SHA for a098f3f
README.md
@@ -20,17 +20,7 @@ Include module at your application
20
import CodeTool from '@editorjs/code';
21
```
22
23
-### Load from CDN
24
-
25
-You can load specific version of package from [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@editorjs/code).
26
27
-`https://cdn.jsdelivr.net/npm/@editorjs/code@latest`
28
29
-Require this script on a page with Editor.js.
30
31
-```html
32
-<script src="..."></script>
33
-```
+Optionally, you can load this tool from CDN [JsDelivr CDN](https://cdn.jsdelivr.net/npm/@editorjs/code@latest)
34
35
## Usage
36
0 commit comments