This is an automated email from the ASF dual-hosted git repository.
imbajin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hugegraph-computer.git
The following commit(s) were added to refs/heads/master by this push:
new 04985bbc doc: fix README.md file diagram (#356)
04985bbc is described below
commit 04985bbc9907c7b6c9a8fe8833323df049f9bd9b
Author: Rahul Kumar Behera <[email protected]>
AuthorDate: Sat Jul 25 19:21:35 2026 +0530
doc: fix README.md file diagram (#356)
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 2f742e16..3d86f769 100644
--- a/README.md
+++ b/README.md
@@ -129,10 +129,10 @@ graph TB
│ │ │
│ ┌──────────────────┼──────────────────┐ │
│ │ │ │ │
-│ ┌──────▼──────┐ ┌──────▼──────┐ ┌─────▼─────┐ │
-│ │ Vermeer │ │ Computer │ │ Store │ │
-│ │ (Memory) │ │ (BSP/K8s) │ │ (PD) │ │
-│ └─────────────┘ └─────────────┘ └───────────┘ │
+│ ┌──────▼──────┐ ┌──────▼──────┐ ┌─────▼─────┐ │
+│ │ Vermeer │ │ Computer │ │ Store │ │
+│ │ (Memory) │ │ (BSP/K8s) │ │ (PD) │ │
+│ └─────────────┘ └─────────────┘ └───────────┘ │
└─────────────────────────────────────────────────────────────┘
```