Update README.md

The function name is all Uppercase JSON.
pull/2/head
Ricardo 2018-05-01 15:19:28 +01:00 committed by GitHub
parent 0b9a82db13
commit 6ea94c3dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ Extract microdata from a webpage and print the result as JSON
data, _ := p.Parse() data, _ := p.Parse()
json, _ := data.Json() json, _ := data.JSON()
os.Stdout.Write(json) os.Stdout.Write(json)
} }