Skip to content

Commit 71473b0

Browse files
committed
Docs tweak
1 parent 1c63a12 commit 71473b0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/client-usage.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ TwilioClient::twilio();
108108

109109
## HTTP Client
110110

111-
This package attempts to create an appropriate `Twilio\Http\Client` for the SDK based on the packages available in your application, using the following preferences:
112-
113-
- If Guzzle is available, a client using [Laravel's HTTP client](https://laravel.com/docs/http-client) is used
114-
- If Guzzle is not available, the Twilio SDK's Curl client is used
111+
This package provides an implementation of the `Twilio\Http\Client` using [Laravel's HTTP client](https://laravel.com/docs/http-client) to handle the underlying API requests.
115112

116113
If you need to customize the HTTP client used by default in your application, you can extend the `Twilio\Http\Client` service this package creates to use your own HTTP client.

0 commit comments

Comments
 (0)