Convert ' to "

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

@ -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

Loading…
Cancel
Save