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",
action: customFunction(editor){
action: function customFunction(editor){
// Add your own code
},
className: "fa fa-star",