Skip to content

Commit a78bfc6

Browse files
Update nightmare.js
1 parent 6a53c31 commit a78bfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nightmare.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var Nightmare = require('nightmare');
22

33
let nightmare = Nightmare({
44
switches: {
5-
'proxy-server': 'gate.smartproxy.com:7000', // Endpoint
5+
'proxy-server': 'gate.smartproxy.com:7000', // Your desired endpoint within punctuation marks ('')
66
'ignore-certificate-errors': true
77
}
88
});

0 commit comments

Comments
 (0)