Merge pull request #1 from etiktin/readme_misprint

Update readme
This commit is contained in:
Eran Tiktin 2015-06-30 14:30:19 +03:00
Родитель ab4d910865 b463b5e27e
Коммит 3cc1c67dc1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -43,7 +43,7 @@ var agent = new PacProxyAgent(proxy);
opts.agent = agent;
http.get(opts, function (res) {
console.log('"response" event!', res.headers);
console.log('response" event!', res.headers);
res.pipe(process.stdout);
});
```