From 0a895581b4a2ceb978bd6a01d74f2dce0d2f17d3 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Sun, 10 Jan 2016 10:06:04 -0800 Subject: [PATCH] Fixed Utilities bullet and broken filename --- README.md | 8 ++++---- c_to_fontbin.c => c_2_fontbin.c | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename c_to_fontbin.c => c_2_fontbin.c (100%) diff --git a/README.md b/README.md index a4d89bb..853640a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #Apple ]\[ HGR Font Tutorial -Revision: 2 +Revision: 3, Jan 10, 2016. # Table of Contents ## Introduction @@ -1827,9 +1827,9 @@ That's all folks! No go write some cool font blitter code. ## Utilties and Misc. -Convert [font image to C array](image_2_c.html) -Convert [C array to binary font](c_to_fontbin.cpp) -[Raw Binary Font](font.bin) +* Convert [font image to C array](image_2_c.html) +* Convert [C array to binary font](c_2_fontbin.c) +* [Raw Binary Font](font.bin) # TODO diff --git a/c_to_fontbin.c b/c_2_fontbin.c similarity index 100% rename from c_to_fontbin.c rename to c_2_fontbin.c