2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-11 17:22:24 +03:00

Fix typos in readme

This commit is contained in:
Stanley Shyiko
2017-01-09 22:19:08 -08:00
parent 68ceffe822
commit bfe39d6dee
+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.' }
]
}