<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,7 +21,7 @@ See RestClient module docs for details.
   resource = RestClient::Resource.new 'http://example.com/resource'
   resource.get
 
-  private_resource = RestClient::Resource.new 'https://example.com/private/resource', 'user', 'pass'
+  private_resource = RestClient::Resource.new 'https://example.com/private/resource', :user =&gt; 'adam', :password =&gt; 'secret', :timeout =&gt; 20
   private_resource.put File.read('pic.jpg'), :content_type =&gt; 'image/jpg'
 
 See RestClient::Resource module docs for details.</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5d59a16fcc8bd6484a2f0c92f8162aad0584ab41</id>
    </parent>
  </parents>
  <author>
    <name>Adam Wiggins</name>
    <email>adam@heroku.com</email>
  </author>
  <url>http://github.com/pedro/rest-client/commit/1a4d8480257047ac70ac3c29f7b867b7c7ccaef4</url>
  <id>1a4d8480257047ac70ac3c29f7b867b7c7ccaef4</id>
  <committed-date>2008-12-08T01:47:01-08:00</committed-date>
  <authored-date>2008-12-08T01:47:01-08:00</authored-date>
  <message>update docs with options syntax for user, pass</message>
  <tree>3c928a1354c5403df74de3fa6dab1ac8e03531ac</tree>
  <committer>
    <name>Adam Wiggins</name>
    <email>adam@heroku.com</email>
  </committer>
</commit>
