Skip to content

Commit d9d0cd5

Browse files
committed
Fixed Syntax Error in readme file
1 parent 6eae597 commit d9d0cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ var simplemde = new SimpleMDE({
225225
},
226226
{
227227
name: "custom",
228-
action: customFunction(editor){
228+
action: function customFunction(editor){
229229
// Add your own code
230230
},
231231
className: "fa fa-star",

0 commit comments

Comments
 (0)