From 6493d02d07944c57b3c86222c6a62c5b84120c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Thu, 5 Jul 2018 18:01:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42ec2a5..cfb3dfb 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,7 @@ Since v1.5.0, you can now set up meta templates that work similar to the titleTe { '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' } ]