Skip to content

Commit 283ea95

Browse files
committed
update the docs
1 parent e570f33 commit 283ea95

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,19 @@ The Table Block for the [Editor.js](https://editorjs.io). Finally improved.
99
Get the package
1010

1111
```shell
12-
npm i --save @editorjs/table
12+
yarn add @editorjs/table
1313
```
14-
or
1514

16-
```shell
17-
yarn add @editorjs/table
15+
Include module at your application
16+
17+
```javascript
18+
import Table from '@editorjs/table'
1819
```
1920

21+
Optionally, you can load this tool from CDN [JsDelivr CDN](https://cdn.jsdelivr.net/npm/@editorjs/table@latest)
22+
23+
24+
2025
## Usage
2126

2227
Add a new Tool to the `tools` property of the Editor.js initial config.

0 commit comments

Comments
 (0)