From a1ca05248e603c1bdea9bdfc82a8425c31f10eac Mon Sep 17 00:00:00 2001 From: erysdren Date: Sat, 12 Oct 2024 06:20:00 -0500 Subject: [PATCH] README.md: add link to itch page --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2845318..74cbbcb 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ a tiny bitmap editor made with SDL2. originally created as a test for my [eui](https://github.com/erysdren/eui) library. it can only edit and save 64x64 BMP images with a predefined color palette. enjoy(?) +binary versions can be found on [itch.io](https://erysdren.itch.io/small-bitmap-editor). + ## License MIT License