diff --git a/README.md b/README.md index 00410bb..67771d5 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ simplemde.codemirror.on("change", function(){ ## State methods The following methods will let you check on the state of the editor. -``` +```js var simplemde = new SimpleMDE(); simplemde.isPreviewActive(); simplemde.isSideBySideActive();