Skip to content

Commit

Permalink
Outdated doc for 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PallHaraldsson authored Sep 5, 2017
1 parent 7954e3b commit 980c0a3
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 980c0a3

Please sign in to comment.