Convert ' to "

This commit is contained in:
Wes Cossick 2015-09-04 10:32:47 -05:00
parent 83718f7f99
commit b4dc058bc0

View file

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