From cc83dba97456345da9768d8de92e0dd0394b57ce Mon Sep 17 00:00:00 2001 From: howydev <132113803+howydev@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:21:20 -0500 Subject: [PATCH] chore: fix header hierarchy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 990ea77b..a4ccdc31 100644 --- a/README.md +++ b/README.md @@ -103,10 +103,10 @@ Modular Account can be customized by: 4. Installing execution hooks that are attached to execution functions, or removing them 5. Installing execution hooks that are attached to module entities, or removing them -### Lifecycle of a user operation +#### Lifecycle of a user operation ![](./img/userop-flow.png) -### Lifecycle of a runtime call +#### Lifecycle of a runtime call ![](./img/runtime-flow.png) #### Pre-validation hooks