mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
Add one more require to the quickstart to make this whole thing work immediately
This commit is contained in:
parent
f003443acc
commit
fc11225474
@ -20,6 +20,7 @@ You might want to use Faraday with the `Net::HTTP` adapter, for example.
|
||||
Remember you'll need to install the corresponding adapter gem before you'll be able to use it.
|
||||
|
||||
```ruby
|
||||
require 'faraday'
|
||||
require 'faraday/net_http'
|
||||
Faraday.default_adapter = :net_http
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user