Skip to content

Commit 82402cb

Browse files
authored
Merge pull request #62 from editor-js/update-readme-image
Update image in readme
2 parents ef03594 + ee7cae0 commit 82402cb

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

@@ -29,12 +29,12 @@ Add a new Tool to the `tools` property of the Editor.js initial config.
2929
```javascript
3030
var editor = EditorJS({
3131
...
32-
32+
3333
tools: {
3434
...
3535
code: CodeTool,
3636
}
37-
37+
3838
...
3939
});
4040
```

0 commit comments

Comments
 (0)