From 3e44b1a50db36cd4a12e9aca9603d6c287d00f52 Mon Sep 17 00:00:00 2001 From: Yusuf Kandemir Date: Wed, 14 Nov 2018 23:15:59 +0300 Subject: [PATCH] Correct the JSON formatting in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6ec915..2897124 100644 --- a/README.md +++ b/README.md @@ -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" ] } }