diff --git a/README.md b/README.md index 1c1e82e..947f1a2 100644 --- a/README.md +++ b/README.md @@ -302,11 +302,8 @@ The same way you use data. name: 'BlogPostWrapper', components: { BlogPost }, data: () => ({ - posts: [{ title: 'hello world' }] - }), - metaInfo: { - title: 'Blog Posts' - } + title: 'Example blog post' + }) } ```