Skip to content

Commit 80ba0bd

Browse files
Fixed Readme wording
1 parent 830f318 commit 80ba0bd

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
@@ -31,7 +31,7 @@ execFile(chromium.path, ['https://google.com'], err => {
3131
```
3232

3333
### Proxy Configuration
34-
When downloading the chromium binary **node-chromium** will use `npm`s configured proxy to establish HTTP(S) connections. The proxy used by `npm` can be configured using
34+
When downloading the chromium binary **node-chromium** will use the proxy configured for `npm` to establish HTTP(S) connections. The proxy used by `npm` can be configured using
3535
```
3636
npm config set proxy http://<username>:<password>@<the.proxy.hostname>:<port>
3737
npm config set https-proxy http://<username>:<password>@<the.proxy.hostname>:<port

0 commit comments

Comments
 (0)