Skip to content

Commit

Permalink
Fix Example
Browse files Browse the repository at this point in the history
Fixes #15
  • Loading branch information
aviks committed Jan 16, 2020
1 parent 7bff70c commit 12f3a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The primary use case for this library is to enable webscraping -- the automatic
using Cascadia, Gumbo, HTTP

r = HTTP.get("http://stackoverflow.com/questions/tagged/julia-lang")
h = parsehtml(convert(String, r.data))
h = parsehtml(String(r.body))

qs = eachmatch(Selector(".question-summary"),h.root)

Expand Down

0 comments on commit 12f3a92

Please sign in to comment.