From 980c0a35e025d2176451816cd16491cc2d41aa4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Tue, 5 Sep 2017 19:33:55 +0000 Subject: [PATCH] Outdated doc for 0.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbb37bf..d3509da 100644 --- a/README.md +++ b/README.md @@ -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" => "hello world!" # "foo" => "bar" ```