From fbbd6740d702a892fe002a0d66d70684b7b3865b Mon Sep 17 00:00:00 2001
From: cnlohr <lohr85@gmail.com>
Date: Sun, 12 Mar 2023 20:57:23 -0400
Subject: [PATCH] Update readme.

---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index ba635e7..2973109 100644
--- a/README.md
+++ b/README.md
@@ -11,11 +11,12 @@ In contrast, blinky is only 500 bytes with ch32v003fun, boots faster, and signif
 As it currently stands it is still designed to use the WCH-Link to do the SDIO programming.  Though I would like to ALSO support an open source programmer.
 
 ch32v003fun contains:
-2. Examples using ch32v003fun, but not as many as using the HAL.
-3. "minichlink" which uses the WCH CH-Link with libusb, for cross-platform use.
-4. An extra copy of libgcc so you can use unusual risc-v build chains, located in the `misc/libgcc.a`.
-5. A folder named "ch32v003fun" containing a single self-contained source file and header file for compling apps for the ch32v003.
-6. On some systems ability to "printf" back through
+1. Examples using ch32v003fun, but not as many as using the HAL.
+2. "minichlink" which uses the WCH CH-Link with libusb, for cross-platform use.
+3. An extra copy of libgcc so you can use unusual risc-v build chains, located in the `misc/libgcc.a`.
+4. A folder named "ch32v003fun" containing a single self-contained source file and header file for compling apps for the ch32v003.
+5. On some systems ability to "printf" back through
+6. A demo bootloader.
 
 In Progress:
 1. Other programmer support (ESP32-S2 works, currently)
@@ -23,7 +24,6 @@ In Progress:
 3. Full-chip-write for faster flash.
 4. Support for `NHC-Link042`
 5. Write more demos.
-6. Bootloader support.
 
 ## System Prep
 
-- 
GitLab