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) }