Skip to content

Commit

Permalink
the docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
robonetphy committed Nov 9, 2023
1 parent 87fa313 commit a3c84f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,18 @@ Provides Headings Blocks for the [Editor.js](https://ifmo.su/editor).

## Installation

### Install via NPM

Get the package

```shell
npm i --save @editorjs/header
yarn add @editorjs/header
```

Include module at your application

```javascript
const Header = require('@editorjs/header');
import Header from '@editorjs/header';
```

### Download to your project's source dir

1. Upload folder `dist` from repository
2. Add `dist/bundle.js` file to your page.

### Load from CDN

You can load specific version of package from [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@editorjs/header).
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/header",
"version": "2.8.0",
"version": "2.8.1",
"keywords": [
"codex editor",
"header",
Expand Down

0 comments on commit a3c84f8

Please sign in to comment.