Skip to content

Commit

Permalink
Fix the proxy example in the readme
Browse files Browse the repository at this point in the history
Fixes #435
  • Loading branch information
sindresorhus committed Jul 5, 2018
1 parent 0428961 commit 77bc901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ You can use the [`tunnel`](https://github.com/koichik/node-tunnel) module with t

```js
const got = require('got');
const tunnel = require('tunnel');
const tunnel = require('tunnel-agent');

got('sindresorhus.com', {
agent: tunnel.httpOverHttp({
Expand Down

0 comments on commit 77bc901

Please sign in to comment.