3 files changed, 3 insertions(+), 3 deletions(-)
M README.md
M build.sh
D example.bmp
M README.md => README.md +2 -2
@@ 15,7 15,7 @@ cc dito.c -std=c89 -Os -DNDEBUG -g0 -s -Wall -L/usr/local/lib -lSDL2 -o dito
To open a bitmap:
```
-./dito example.bmp
+./dito example1.bmp
```
## Controls
@@ 28,7 28,7 @@ To open a bitmap:
### General
-- `space` Colors0-3
+- `space` Toggle 1-bit mode
### Paint
M build.sh => build.sh +1 -1
@@ 23,4 23,4 @@ then
fi
# run
-./dito example3.bmp
+./dito example2.bmp
D example.bmp => example.bmp +0 -0