From 298d5bdc4867996edb890ab26e363313c864ad6e Mon Sep 17 00:00:00 2001 From: Sourabh Date: Wed, 25 Jun 2025 18:29:23 +0530 Subject: [PATCH] docs: correctly refer to components in `operator_node.png` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5835e8..7b1b0f9 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ Users interact with Bitcoin and Cardano blockchains (4), request information abo Each operator runs the operator node software to participate in the protocol. The node is released as a group of docker containers that can be bootstrapped without any other dependencies on Linux x64 hosts. -Operator nodes interact with Bitcoin and Cardano blockchains through its monitor component (1), with other operator nodes via its p2p protocol component (3), and with users using its off-chain publisher component (2). +Operator nodes interact with Bitcoin and Cardano blockchains through its monitor component (1), with other operator nodes via its p2p protocol component (2), and with users using its off-chain publisher component (3). ![Operator Node](./images/operator_node.png)