Skip to content

Commit b959b6a

Browse files
committed
Another typo
1 parent 698fa0a commit b959b6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var request = http.request({
4141

4242
form.pipe(request);
4343

44-
request.on('response, function(res) {
44+
request.on('response', function(res) {
4545
console.log(res.statusCode);
4646
});
4747
```

0 commit comments

Comments
 (0)