From ab5ab9621ca5a125d7c3d0e99a9c754ea0d29ba9 Mon Sep 17 00:00:00 2001 From: sashass1315 Date: Thu, 4 Sep 2025 20:21:10 +0300 Subject: [PATCH] Update architecture.md --- docs/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture.md b/docs/architecture.md index 9bbcc22..3897fff 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -22,4 +22,4 @@ On top of the log layer, 0G Storage provides a Key-Value store runtime to manage ## Dependencies -The 0G Storage Node is depended on the [0G Storage KV](https://github.com/0glabs/0g-storage-kv). 0G Storage KV is essentially a wrapper layer on top of 0G Storage Node in order to provide mutable KV Store and transaction processing to applications. 0G DA uses the KV Store to store metadata of the data blobs. +The 0G Storage Node is depended by the [0G Storage KV](https://github.com/0glabs/0g-storage-kv). 0G Storage KV is essentially a wrapper layer on top of 0G Storage Node in order to provide mutable KV Store and transaction processing to applications. 0G DA uses the KV Store to store metadata of the data blobs.