From 7def3726b8272ae29afda11c5d7ef80ecd31c4c5 Mon Sep 17 00:00:00 2001 From: Sahra Date: Tue, 8 Aug 2023 17:39:42 +0300 Subject: [PATCH] fix: graph orientation changed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21a2a41..19a2172 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This subgraph makes available the following data: Here is the graph of the modules of the substreams: ```mermaid -graph TD; +graph LR; map_storage_changes[map: map_storage_changes]; sf.ethereum.type.v2.Block[source: sf.ethereum.type.v2.Block] --> map_storage_changes; map_events[map: map_events];