From f2f4a0e085ed09426df7da6e13c299f8365b1b40 Mon Sep 17 00:00:00 2001 From: urvisavla Date: Thu, 15 Aug 2024 09:05:49 -0700 Subject: [PATCH] ingest: Add BufferedStorate ledger backend in README (#5427) --- 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.