Skip to content

Commit

Permalink
fix typo in README (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Winterhuman authored Sep 22, 2022
1 parent d47cbb3 commit 01890e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ return implementations of net.Conn and net.Listener.
Instead of the regular "host:port" addressing, `gostream` uses a Peer ID, and
rather than a raw TCP connection, gostream will use libp2p's net.Stream. This
means your connections will take advantage of libp2p's multi-routes, NAT
transversal and stream multiplexing.
traversal, and stream multiplexing.

## Table of Contents

Expand Down

0 comments on commit 01890e0

Please sign in to comment.