From ff1f18220c2fdb09f44d6b15b8c6c69e3eb1c940 Mon Sep 17 00:00:00 2001 From: Joseph Livesey Date: Sat, 14 Sep 2024 15:22:55 -0400 Subject: [PATCH] docs: fix Firehose protobuffers info --- Readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index c1ba8b6..ba4cbc6 100644 --- a/Readme.md +++ b/Readme.md @@ -1,13 +1,15 @@ # sf-protos -StreamingFast's Rust-compiled protocol buffers, used in [header-accumulator](https://github.com/semiotic-ai/header_accumulator) -and [flat-files-decoder](https://github.com/semiotic-ai/flat-files-decoder) +StreamingFast's and Pinax's Rust-compiled protocol buffers for Firehose, +used in [header-accumulator](https://github.com/semiotic-ai/header_accumulator), +[flat-files-decoder](https://github.com/semiotic-ai/flat-files-decoder), and +[forrestrie](https://github.com/semiotic-ai/forrestrie). ## Protobuffer definitions - `block.proto`: - `firehose.proto`: -- `type.proto`: +- `type.proto`: ## Tests