From 80922112f5d5f4a613438965ce0d194b8755d745 Mon Sep 17 00:00:00 2001 From: xamidev <121681048+xamidev@users.noreply.github.com> Date: Sun, 2 Jun 2024 18:23:31 +0200 Subject: [PATCH] Add image --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19c240c..7138e16 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # minihex -![minihex showcase](https://ibb.co/bQMF6cF) +![minihex showcase](https://i.ibb.co/w6SkKQs/minihex.png) -A minimalist, single-file hexadecimal editor written in less than 100 lines of C with no dependencies (except the standard library). The program tries to be as simple as possible. +A minimalist, single-file hexadecimal editor written using around 100 lines of C with no dependencies (except the standard library). The program tries to be as simple as possible. Other features might be added in the future. Boredom made me code it in one day. ## Usage