diff --git a/README.md b/README.md index 106d8fc..cd38409 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ simplemde.value(); ``` ```JavaScript -simplemde.value('This text will appear in the editor'); +simplemde.value("This text will appear in the editor"); ``` ## Configuration