From 3f6cf347bf19158f78b994002a8df1f043019d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kr=C3=BCger?= Date: Thu, 15 Feb 2024 20:04:55 +0100 Subject: [PATCH] chore: Fix README dep graph --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 524a6ae0..012d675c 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ flowchart TD wnfs --> wnfs-nameaccumulator wnfs-unixfs-file --> wnfs-common wnfs-hamt --> wnfs-common + wnfs-nameaccumulator -> wnfs-common ``` ## Building the Project