Correct the JSON formatting in README

This commit is contained in:
Yusuf Kandemir 2018-11-14 23:15:59 +03:00
parent 9d82d8c343
commit 3e44b1a50d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ $microdata = Microdata::fromHTMLFile('source.html')->toJSON();
"type": [ "http://schema.org/Product" ],
"properties": {
"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" ]
}
}