diff --git a/README.md b/README.md index 1ef6526..17c4f91 100644 --- a/README.md +++ b/README.md @@ -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 @@ -29,12 +29,12 @@ Add a new Tool to the `tools` property of the Editor.js initial config. ```javascript var editor = EditorJS({ ... - + tools: { ... code: CodeTool, } - + ... }); ``` diff --git a/assets/68747470733a2f2f636170656c6c612e706963732f38646630323266352d623464352d346433302d613532372d3261306566623633663239312e6a7067.jpeg b/assets/68747470733a2f2f636170656c6c612e706963732f38646630323266352d623464352d346433302d613532372d3261306566623633663239312e6a7067.jpeg new file mode 100644 index 0000000..93b745f Binary files /dev/null and b/assets/68747470733a2f2f636170656c6c612e706963732f38646630323266352d623464352d346433302d613532372d3261306566623633663239312e6a7067.jpeg differ