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' } ]