Skip to content

Commit

Permalink
Merge pull request #46 from PallHaraldsson/patch-1
Browse files Browse the repository at this point in the history
Outdated doc for 0.5
  • Loading branch information
aviks authored Sep 6, 2017
2 parents 7954e3b + 980c0a3 commit e546dc2
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 @@ -93,7 +93,7 @@ Convert a valid querystring to a Dict:
```julia
q = "foo=bar&baz=%3Ca%20href%3D%27http%3A%2F%2Fwww.hackershool.com%27%3Ehello%20world%21%3C%2Fa%3E"
parsequerystring(q)
# Dict{ASCIIString,ASCIIString} with 2 entries:
# Dict{String,String} with 2 entries:
# "baz" => "<a href='http://www.hackershool.com'>hello world!</a>"
# "foo" => "bar"
```
Expand Down

0 comments on commit e546dc2

Please sign in to comment.