From f7adc6b685079735eb11e7c4bae3e1d0a002523f Mon Sep 17 00:00:00 2001 From: Hieu Nguyen Date: Wed, 23 May 2018 15:23:14 +0700 Subject: [PATCH] Fix Readme about open graph --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c55ce5..42ec2a5 100644 --- a/README.md +++ b/README.md @@ -461,10 +461,10 @@ Since v1.5.0, you can now set up meta templates that work similar to the titleTe meta: [ { charset: 'utf-8' }, { - 'vmid': 'og:title', 'property': 'og:title', 'content': 'Test title', - 'template': chunk => `${chunk} - My page` //or as string template: '%s - My page' + 'template': chunk => `${chunk} - My page`, //or as string template: '%s - My page' + 'vmid': 'og:title' } ] }