Merge pull request #2 from ricardoaat/patch-1

Update README.md
pull/5/head
Ian Davis 2018-05-01 15:29:04 +01:00 committed by GitHub
commit ccf4160317
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)
} }