Convert ' to "

pull/92/head
Wes Cossick 9 years ago
parent 83718f7f99
commit b4dc058bc0

@ -60,7 +60,7 @@ simplemde.value();
``` ```
```JavaScript ```JavaScript
simplemde.value('This text will appear in the editor'); simplemde.value("This text will appear in the editor");
``` ```
## Configuration ## Configuration

Loading…
Cancel
Save