Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Jul 17, 2023
1 parent 406c567 commit 2d52a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple-request-response/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ close the stream. After sending the response the server SHOULD close the stream.
## How to run on top of an HTTP transport

The client's request is placed in the body of an HTTP POST request. The server
places it's response in the body of the HTTP response. Headers are unused by the
places its response in the body of the HTTP response. Headers are unused by the
application protocol (but may be used by the libp2p implementation to provide
authentication). The HTTP path used is defined by the server's
`.well-known/libp2p` HTTP resource (see the [HTTP](../http/README.md) spec for
Expand Down

0 comments on commit 2d52a8a

Please sign in to comment.