Skip to content

Commit 1281ec7

Browse files
author
Tom Copeland
committed
Fixed typo
1 parent b15a8fb commit 1281ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h4>Accessing the API via Ruby</h4>
3939
<pre>
4040
$ irb -rhttparty
4141
&gt;&gt; class RubyForge ; include HTTParty ; base_uri 'api.rubyforge.org' ; basic_auth 'username', 'password' ; end
42-
=&gt; {:username=&gt;>"username", :password=&gt;"password"}
42+
=&gt; {:username=&gt;"username", :password=&gt;"password"}
4343
&gt;&gt; RubyForge.get('/mirrors').first
4444
=&gt; {"mirror"=&gt;{"updated_at"=&gt;Fri Aug 28 17:49:17 UTC 2009, "serves_gems"=&gt;true, "domain"=&gt;"rubyforge.vm.bytemark.co.uk", "url"=&gt;"http://gems.rubyforge.vm.bytemark.co.uk", "created_at"=&gt;Fri Aug 28 17:49:17 UTC 2009, "serves_files"=&gt;false}}
4545
</pre>

0 commit comments

Comments
 (0)