From b4dc058bc05f9de3c34c1a63b07ec7bda0682f56 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Fri, 4 Sep 2015 10:32:47 -0500 Subject: [PATCH] Convert ' to " --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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