summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2024-03-15 23:17:06 +0300
committerOxore <oxore@protonmail.com>2024-03-15 23:17:06 +0300
commit209028fade367555673aafa538e2799a19741845 (patch)
treeb63c9866e134b3b4f10c9bb2ff8e4968a0beaf40
parent338c728cdf428c8c85bf1b8a0076234a2d0f8570 (diff)
Readme.md: Fix main use case flow image link
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 83c8001..8d1788b 100644
--- a/Readme.md
+++ b/Readme.md
@@ -11,7 +11,7 @@ incompatible assembly listing, or it is not the same as original binary after
translation into machine code. So I decided to build my own disassembler, that
will do exactly what I need with full control over the process and maybe more.
-![A typical use case flow][pipeline.svg]
+![A typical use case flow](pipeline.svg)
## Build