From bbc3a49f419bf4b9c961cfe4658e52f982a04794 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Wed, 7 Jul 2021 14:16:01 +1000 Subject: [PATCH] Make link rendering actually work --- docs/asb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/asb/README.md b/docs/asb/README.md index 45a178e8..b6a38ad7 100644 --- a/docs/asb/README.md +++ b/docs/asb/README.md @@ -33,7 +33,7 @@ Public Electrum mainnet nodes can be found [here](https://1209k.com/bitcoin-eye/ The ASB is a long running daemon that acts as the trading partner to the swap CLI. The CLI user is buying XMR (i.e. receives XMR, sends BTC), the ASB service provider is selling XMR (i.e. sends XMR, receives BTC). The ASB can handle multiple swaps with different peers concurrently. -The ASB communicates with the CLI on various [libp2p](https://libp2p.io/)-based network protocols. +The ASB communicates with the CLI on various [libp2p-based](https://libp2p.io/) network protocols. Both the ASB and the CLI can be run by anybody. The CLI is designed to run one specific swap against an ASB.