From 5bf0b160941727f402dce18ab2c9b60ed5200da2 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 30 Jun 2024 12:01:39 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20rotate=20actor=20state=20diagram=2090?= =?UTF-8?q?=C2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/repo-actor/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/repo-actor/README.md b/crates/repo-actor/README.md index 2fddd0b..90023f2 100644 --- a/crates/repo-actor/README.md +++ b/crates/repo-actor/README.md @@ -1,5 +1,7 @@ ```mermaid stateDiagram-v2 +direction LR + [*] --> CloneRepo :on start CloneRepo --> LoadConfigFromRepo :on repo config