Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
readme is out of date host -> hostname (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonros authored Mar 12, 2022
1 parent 91a04c7 commit 51b7452
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 @@ -30,7 +30,7 @@ import https from 'https';
import { SocksProxyAgent } from 'socks-proxy-agent';

const info = {
host: 'br41.nordvpn.com',
hostname: 'br41.nordvpn.com',
userId: 'your-name@gmail.com',
password: 'abcdef12345124'
};
Expand Down

0 comments on commit 51b7452

Please sign in to comment.