From 029880638f6473bda35c74b240d7e20a66bfe03c Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Wed, 27 Jan 2016 21:15:46 -0800 Subject: [PATCH] Remove meta in TOC, rename 'The Soluton' to 'A Solution' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 48b0baf..2cae0cb 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ #Apple ]\[ //e HGR Font 6502 Assembly Language Tutorial -Revision: 59, Jan 27, 2016. +Revision: 60, Jan 27, 2016. # Table of Contents * Introduction * The Problem -* The Solution +* A Solution * Hard-Coded: A * Functions we want & will write * Quirks of the Apple HGR screen @@ -40,7 +40,7 @@ Revision: 59, Jan 27, 2016. * Other Fonts * Fat Stroke Fonts * Beautiful Boot -* What\'s Next? +* What's Next? * Conclusion * Solutions * Solution 1: ScrollHgrUpLine() @@ -132,7 +132,7 @@ If we switch to the HGR screen and tried to enter in 0x41 what would happen? (Ig Hmm, that doesn't look like an `A` at all, only gibberish -- 2 dots. :-/ (If you see 2 magenta dots ignore the color for now.) -# The Solution: +# A Solution: ## Hard-Coded: A