From 032e7d1f43bac00fb4fc64125d8c8dfd69756727 Mon Sep 17 00:00:00 2001 From: sashass1315 Date: Sat, 30 Aug 2025 14:15:18 +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 3897fff..9bbcc22 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 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. +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.