From 6ea94c3dfcd38ccf06caeec3e6a09250e2afcd18 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Tue, 1 May 2018 15:19:28 +0100 Subject: [PATCH] Update README.md The function name is all Uppercase JSON. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9880b6c..eb188eb 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Extract microdata from a webpage and print the result as JSON data, _ := p.Parse() - json, _ := data.Json() + json, _ := data.JSON() os.Stdout.Write(json) }