We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7368c commit 496844dCopy full SHA for 496844d
README.md
@@ -98,7 +98,8 @@ end
98
```
99
100
### Customizing your HTTP Client
101
-twilio-ruby uses [Faraday][faraday] to make HTTP requests. You can tell Twilio::REST::Client to use any of the Faraday adapters like so:
+twilio-ruby uses [Faraday][faraday] to make HTTP requests. You can tell
102
+Twilio::REST::Client to use any of the Faraday adapters like so:
103
104
```ruby
105
@client.http_client.adapter = :typhoeus
0 commit comments