Skip to content

Commit b4a582c

Browse files
Update README.md
1 parent ca48106 commit b4a582c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ puts response.response_headers
1919
`POST /your/api/{param}/call` with headers, query parameters and a request body with versioning.
2020

2121
```ruby
22-
import 'ruby_http_client'
22+
require 'ruby_http_client'
2323
global_headers = {'Authorization' => 'Basic XXXXXXX' }
2424
client = SendGrid::Client(host: 'base_url', request_headers: global_headers)
2525
query_params = { 'hello' => 0, 'world' => 1 }

0 commit comments

Comments
 (0)