2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-15 05:12:25 +03:00

Merge pull request #46 from shyiko/fix-typos-in-readme

Fix typos in readme
This commit is contained in:
Declan de Wet
2017-01-10 16:13:41 +02:00
committed by GitHub
+2 -2
View File
@@ -479,7 +479,7 @@ Each item in the array maps to a newly-created `<script>` element, where object
```js
{
metaInfo: {
sript: [
script: [
{ innerHTML: '{ "@context": "http://schema.org" }', type: 'application/ld+json' }
]
}
@@ -497,7 +497,7 @@ Each item in the array maps to a newly-created `<noscript>` element, where objec
```js
{
metaInfo: {
nosript: [
noscript: [
{ innerHTML: 'This website requires JavaScript.' }
]
}