Skip to content

Commit

Permalink
[https-proxy-agent] Fix changelog example for TypeScript usage
Browse files Browse the repository at this point in the history
Closes #200.
  • Loading branch information
TooTallNate committed Jun 15, 2023
1 parent e1e80ab commit f53b0e6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/https-proxy-agent/CHANGELOG.md
Expand Up @@ -77,13 +77,7 @@ Updated 6.x usage:

```ts
const agent = new HttpsProxyAgent(
{
protocol: 'https:',
hostname: 'myproxy.mydomain.com'
port: '1234',
username: 'proxyUser',
password: 'proxyPass'
},
'https://proxyUser:proxyPass@myproxy.mydomain.com:1234',
{
timeout: 1000,
headers: { 'trace', 'foo' }
Expand Down

1 comment on commit f53b0e6

@vercel
Copy link

@vercel vercel bot commented on f53b0e6 Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

proxy-agents – ./

proxy-agents-git-main-tootallnate.vercel.app
proxy-agents-tootallnate.vercel.app
proxy-agents.vercel.app

Please sign in to comment.