Add missing comma to README example code

This commit is contained in:
Wes Cossick 2015-10-20 11:15:54 -05:00
parent b677adaeb9
commit 6215739a60

View file

@ -120,7 +120,7 @@ var simplemde = new SimpleMDE({
}, 250); }, 250);
return "Loading..."; return "Loading...";
} },
renderingConfig: { renderingConfig: {
singleLineBreaks: false, singleLineBreaks: false,
codeSyntaxHighlighting: true, codeSyntaxHighlighting: true,