From 8b41cf493377c6cea88e860e7153be5396f7cb9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20K=C3=BChn?= Date: Wed, 14 Nov 2018 16:05:45 +0100 Subject: [PATCH] fix syntax again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {