Skip to content

Commit

Permalink
docs: fix typo in readme
Browse files Browse the repository at this point in the history
fixes #40
  • Loading branch information
dougwilson committed Feb 20, 2022
1 parent 1f3cd37 commit 6cfbc00
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 @@ -105,7 +105,7 @@ interface**. This means if the `CONNECT` request contains a request entity,
the request will be considered "finished" even before it has been read.

There is no such thing as a response object to a `CONNECT` request in
Node.js, so there is no support for for one.
Node.js, so there is no support for one.

### HTTP Upgrade request

Expand All @@ -125,7 +125,7 @@ entity, the request will be considered "finished" even before it has been
read.

There is no such thing as a response object to a `Upgrade` request in
Node.js, so there is no support for for one.
Node.js, so there is no support for one.

## Example

Expand Down

0 comments on commit 6cfbc00

Please sign in to comment.