2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-02 23:54:28 -06:00

Fixed Syntax Error in readme file

This commit is contained in:
Benjamin Bemis 2016-04-22 19:38:20 -04:00
parent 6eae597a69
commit d9d0cd50d5

View File

@ -225,7 +225,7 @@ var simplemde = new SimpleMDE({
}, },
{ {
name: "custom", name: "custom",
action: customFunction(editor){ action: function customFunction(editor){
// Add your own code // Add your own code
}, },
className: "fa fa-star", className: "fa fa-star",