From 0ec56c139d22f36bb3dc073ddbb3701e9979d989 Mon Sep 17 00:00:00 2001 From: Faithful Odigbo <99727068+dev3Nigerian@users.noreply.github.com> Date: Sat, 6 Sep 2025 18:24:15 +0100 Subject: [PATCH] Minor improvement to the docs (README.md) file --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 4d5e2e5..beaa5b1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -16,7 +16,7 @@ The [0G Storage repo](https://github.com/0glabs/0g-storage-node) is organized wi | ├── : task_executor | ├── : zgs_version | ├── : append_merkle -| └── : unused port +| └── : unused_port ┌── : node | ├── : chunk_pool | ├── : file_location_cache @@ -27,7 +27,7 @@ The [0G Storage repo](https://github.com/0glabs/0g-storage-node) is organized wi | ├── : rpc | ├── : shared_types | ├── : storage -| ├── : storage async +| ├── : storage-async | └── : sync ├── : tests ```