From 45d6c968f58d3c6ae1d24a3ec7b001901f14f19f Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Wed, 1 May 2019 08:40:24 -0400 Subject: [PATCH] Fix Markdown Missing code-language flag. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35d3cf5..eb0e1e8 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ to allow real-time loading and saving of graphical data, and thus requires 'libfat'. GRRLIB also has the possibility to use TrueType fonts, so 'libfreetype' is also required. -``` +```text libgrrlib <- 2D/3D graphics library ├── libfat <- File I/O ├── libjpeg <- JPEG image processor @@ -83,7 +83,7 @@ Installing GRRLIB This guide is for Windows. If you are using Linux, I am going to presume you are smart enough to convert these instructions. -``` +```text GRRLIB is supplied as source code libpngu is supplied as source code libpng is supplied via devkitPro pacman (ppc-libpng)