diff --git a/README.md b/README.md index 22890cc..b83fb47 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,9 @@ $client->delete("https://example.com"); ``` ### Using Request class HttpClient provides ability to create "request classes". + +`php artisan make:http HttpBinGet` + ```php