Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

fix typo #1367

Merged
merged 1 commit into from
May 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/circuit-relaying/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ A circuit relay address is a [multiaddress](https://multiformats.io/multiaddr/)

Circuit relay addresses are very flexible and can describe many different aspects of how to esablish the relayed connection. In its simplest form, it looks something like this:

- `/p2p-circuit/ipfs/QmPerr`
- `/p2p-circuit/ipfs/QmPeer`

If we want to be specific as to which transport we want to use to establish the relay, we can encode that in the address as well:

Expand Down