Skip to content

Commit

Permalink
Update readme so the difference between the connect event and the co…
Browse files Browse the repository at this point in the history
…nnection event is more clear
  • Loading branch information
Thibault Béné committed Jul 25, 2017
1 parent a31ebbf commit 2d9ffa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ Mitm.js](#using) for examples):

Event | Description
-----------|------------
connect | Emitted when a TCP connection is made.<br> Given the client side `Net.Socket` and `options` from `Net.connect`.
connection | Emitted when a TCP connection is made.<br> Given the server side `Net.Socket` and `options` from `Net.connect`.
connect | Emitted when a TCP connection is made.<br> Given the **client side** `Net.Socket` and `options` from `Net.connect`.
connection | Emitted when a TCP connection is made.<br> Given the **server side** `Net.Socket` and `options` from `Net.connect`.
request | Emitted when a HTTP/HTTPS request is made.<br> Given the server side `Http.IncomingMessage` and `Http.ServerResponse`.


Expand Down

0 comments on commit 2d9ffa3

Please sign in to comment.