Skip to content

Commit 0d7e583

Browse files
committed
docs: fix type in corporate proxy example
1 parent 795b036 commit 0d7e583

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,10 @@ const assistant = new AssistantV1({
352352
iam_apikey: 'fakekey1234',
353353
version: '2019-02-28',
354354
httpsAgent: tunnel.httpsOverHttp({
355-
host: 'some.host.org',
356-
port: 1234,
355+
proxy: {
356+
host: 'some.host.org',
357+
port: 1234,
358+
},
357359
}),
358360
proxy: false,
359361
});

0 commit comments

Comments
 (0)