Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo in readme.
  • Loading branch information
arsduo committed Oct 4, 2011
1 parent 5ba2ba0 commit b42d2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -167,7 +167,7 @@ Koala uses Faraday to make HTTP requests, which means you have complete control
:ssl => { :ca_path => "/etc/ssl/certs" }
}
# or on a per-request basis
@api.get_object(id, args_hash, { :timeout => 10 }
@api.get_object(id, args_hash, { :timeout => 10 })

The <a href="https://github.com/arsduo/koala/wiki/HTTP-Services">HTTP Services wiki page</a> has more information on what options are available, as well as on how to configure your own Faraday middleware stack (for instance, to implement request logging).

Expand Down

0 comments on commit b42d2df

Please sign in to comment.