Skip to content

Commit

Permalink
update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robonetphy committed Nov 9, 2023
1 parent e570f33 commit 283ea95
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,19 @@ The Table Block for the [Editor.js](https://editorjs.io). Finally improved.
Get the package

```shell
npm i --save @editorjs/table
yarn add @editorjs/table
```
or

```shell
yarn add @editorjs/table
Include module at your application

```javascript
import Table from '@editorjs/table'
```

Optionally, you can load this tool from CDN [JsDelivr CDN](https://cdn.jsdelivr.net/npm/@editorjs/table@latest)



## Usage

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

0 comments on commit 283ea95

Please sign in to comment.