1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Stupid typo

This commit is contained in:
Julien Kirch 2010-01-24 16:07:21 +01:00
parent b7dea43b9c
commit 1175640d03

View file

@ -89,7 +89,7 @@ Response.return! can be called to invoke the default response's behavior (return
== Non-normalized URIs.
If you want to use non-normalized URIs, you can normalize them with the adressable gem (http://addressable.rubyforge.org/api/).
If you want to use non-normalized URIs, you can normalize them with the addressable gem (http://addressable.rubyforge.org/api/).
require 'addressable/uri'
RestClient.get(Addressable::URI.parse("http://www.詹姆斯.com/").normalize.to_str)