Skip to content

Commit

Permalink
Update image in readme
Browse files Browse the repository at this point in the history
use local image directory
  • Loading branch information
talyguryn committed Jan 23, 2023
1 parent 193f5f6 commit ee7cae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Code Tool for the [Editor.js](https://ifmo.su/editor) allows to include code examples in your articles.

![](https://capella.pics/8df022f5-b4d5-4d30-a527-2a0efb63f291.jpg)
![](assets/68747470733a2f2f636170656c6c612e706963732f38646630323266352d623464352d346433302d613532372d3261306566623633663239312e6a7067.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: {
...
code: CodeTool,
}

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

0 comments on commit ee7cae0

Please sign in to comment.