Explorar el Código

Update README.md

Leopold Schabel hace 5 años
padre
commit
e0ca52deb5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -15,7 +15,7 @@ Repo overview:
   - [cmd/](bridge/cmd/) - CLI entry point, deals with the mechanics of parsing command line flags and loading keys.
   - **[pkg/processor](bridge/pkg/processor)** — Most of the business logic for cross-chain communication
     lives here. Talks to multiple loosely coupled services communicating via Go channels.
-  - [pkg/p2p](bridge/pkg/p2p)** — libp2p-based gossip network.
+  - [pkg/p2p](bridge/pkg/p2p) — libp2p-based gossip network.
   - [pkg/devnet](bridge/pkg/devnet) — Constants and helper functions for the deterministic local devnet.
   - [pkg/ethereum](bridge/pkg/ethereum) — Ethereum chain interface with auto-generated contract ABI.
     Uses go-ethereum to directly connect to an Eth node.