From de994240ce084711558ff22d880ae01028368157 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Sun, 10 Nov 2024 14:56:07 +0200 Subject: [PATCH] Update README.md --- protobufs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobufs/README.md b/protobufs/README.md index 42b876f490..40da6018d1 100644 --- a/protobufs/README.md +++ b/protobufs/README.md @@ -9,7 +9,7 @@ Specifications for API's and data formats used in Hubble, including both Farcast | [HubEvent](schemas/hub_event.proto) | Types for hub events | [docs](docs/message.md) | | [RPC](schemas/rpc.proto) | Types for gRPC APIs exposed by Hubs | [docs](docs/rpc.md) | | [Gossip](schemas/gossip.proto) | Types for gossiping data between Hubs | | -| [HubState](schemas/hub_state.proto) | Types for for maintaining internal state | | +| [HubState](schemas/hub_state.proto) | Types for maintaining internal state | | ## Getting Started