diff --git a/README.md b/README.md index 06f470c47..69d8204f8 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ export default { }, mounted() { this.editor = new Editor({ - content: '
Hi, I'm just a boring paragraph
', + content: 'This is just a boring paragraph
', }) }, beforeDestroy() {