From 9f88b89b5e8e9f4db2c936a91ddf0c8744fe0088 Mon Sep 17 00:00:00 2001 From: Urvi Date: Wed, 14 Aug 2024 23:48:24 -0700 Subject: [PATCH] ingest: Add BufferedStorate ledger backend in README --- ingest/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ingest/README.md b/ingest/README.md index 277807f978..bace92c2d0 100644 --- a/ingest/README.md +++ b/ingest/README.md @@ -23,9 +23,9 @@ From a high level, the ingestion library is broken down into a few modular compo [ Ledger Backend ] | - | - Captive - Core + |---+---| + Captive Buffered + Core Storage ``` This is described in a little more detail in [`doc.go`](./doc.go), its accompanying examples, the documentation within this package, and the rest of this tutorial.