Skip to content

Commit c8f9307

Browse files
committed
Fix typo
1 parent 685e87d commit c8f9307

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
@@ -91,7 +91,7 @@ try {
9191
Be aware this options object will overwrite any existing [got](https://github.com/sindresorhus/got) HTTP request parameters.
9292

9393
```javascript
94-
const client = new Client({ api_key: "iddqd", {
94+
const client = new Client({ api_key: "iddqd" }, {
9595
cache: new Map, // Instantiate a cache: https://github.com/sindresorhus/got#cache-1
9696
hooks: { // Hook into HTTP responses: https://github.com/sindresorhus/got#hooksafterresponse
9797
afterResponse: response => {

0 commit comments

Comments
 (0)