Correct the JSON formatting in README
This commit is contained in:
parent
9d82d8c343
commit
3e44b1a50d
@ -53,7 +53,7 @@ $microdata = Microdata::fromHTMLFile('source.html')->toJSON();
|
|||||||
"type": [ "http://schema.org/Product" ],
|
"type": [ "http://schema.org/Product" ],
|
||||||
"properties": {
|
"properties": {
|
||||||
"image": [ "http://shop.example.com/test_product.jpg" ],
|
"image": [ "http://shop.example.com/test_product.jpg" ],
|
||||||
"url": [ "http://shop.example.com/test_product" ]
|
"url": [ "http://shop.example.com/test_product" ],
|
||||||
"name": [ "Test Product" ]
|
"name": [ "Test Product" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user