From 5d6cbfc4381e5b9ba38e40afca4d2c0e25faa4ab Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 3 Feb 2023 00:29:59 +0000 Subject: [PATCH] Tweak --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c62af8d..00c421a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ python convert.py [] ``` where * `mode` is one of the following: - * `hgr` for Hi-Res Colour (560x192 but only half of the horizontal pixels may be independently controlled) + * `hgr` for Hi-Res Colour (560x192 but only half of the horizontal pixels may be independently controlled) * `dhr` for Double Hi-Res Colour (560x192) * `dhr_mono` for Double Hi-Res Mono (560x192) * `shr` for Super Hi-Res (320x200) @@ -64,7 +64,7 @@ See below for mode-specific instructions. To convert an image to Hi-Res the simplest usage is: ```buildoutcfg -python convert.py hgr --palette ntsc +python convert.py hgr ``` `` contains the hires image data in a form suitable for transfer to an Apple II disk image.