Skip to content

Commit ee7cae0

Browse files
committed
Update image in readme
use local image directory
1 parent 193f5f6 commit ee7cae0

2 files changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
![](https://capella.pics/8df022f5-b4d5-4d30-a527-2a0efb63f291.jpg)
7+
![](assets/68747470733a2f2f636170656c6c612e706963732f38646630323266352d623464352d346433302d613532372d3261306566623633663239312e6a7067.jpeg)
88

99
## Installation
1010

@@ -46,12 +46,12 @@ Add a new Tool to the `tools` property of the Editor.js initial config.
4646
```javascript
4747
var editor = EditorJS({
4848
...
49-
49+
5050
tools: {
5151
...
5252
code: CodeTool,
5353
}
54-
54+
5555
...
5656
});
5757
```

0 commit comments

Comments
 (0)