Skip to content

Commit

Permalink
Add one more require to the quickstart to make this whole thing work …
Browse files Browse the repository at this point in the history
…immediately
  • Loading branch information
joshuabremerdexcom authored and olleolleolle committed Feb 18, 2022
1 parent f003443 commit fc11225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit fc11225

Please sign in to comment.