From 1c923e010b36a145d8fa5fe549cd7e4ad58f33c2 Mon Sep 17 00:00:00 2001 From: kashepavadan Date: Tue, 14 Apr 2026 12:18:56 -0400 Subject: [PATCH] readme fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ff25f3..9eab437 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Each component is a standalone service that can be run independently or via Dock | --- | --- | --- | | **Sequencer** | `sequencer/` | Maintaining database and posting updates. | | **Indexer** | `indexer/` | Channel monitoring and reconstructing database based on updates. | +| **Common Password Manager Functionality** | `common/` | Password manager code used by both the sequencer and indexer. | ---