Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Provides Quote Blocks for the [Editor.js](https://editorjs.io).

![](https://capella.pics/017dca46-6869-40cb-93a0-994416576e33.jpg)
![](assets/68747470733a2f2f636170656c6c612e706963732f30313764636134362d363836392d343063622d393361302d3939343431363537366533332e6a7067.jpeg)

## Installation

Expand Down Expand Up @@ -46,12 +46,12 @@ Add a new Tool to the `tools` property of the Editor.js initial config.
```javascript
var editor = EditorJS({
...

tools: {
...
quote: Quote,
},

...
});
```
Expand All @@ -61,7 +61,7 @@ Or init Quote Tool with additional settings
```javascript
var editor = EditorJS({
...

tools: {
...
quote: {
Expand All @@ -74,7 +74,7 @@ var editor = EditorJS({
},
},
},

...
});
```
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.