Skip to content

Commit 7a69197

Browse files
committed
Add CDN link
1 parent 2f53480 commit 7a69197

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,18 @@
2121

2222
## Install
2323

24+
### Install via yarn
25+
2426
```sh
2527
yarn add editorjs-layout
2628
```
2729

30+
### Load from CDN
31+
32+
```html
33+
<script src="https://cdn.jsdelivr.net/npm/editorjs-layout@latest"></script>
34+
```
35+
2836
## Usage
2937

3038
Please see [demo HTML](https://github.com/hata6502/editorjs-layout/blob/main/docs/index.html).

0 commit comments

Comments
 (0)