From 5b8e85b2900668336bf12835880c3db19041893f Mon Sep 17 00:00:00 2001 From: Marcin Gasperowicz Date: Fri, 21 Dec 2012 19:30:55 +0100 Subject: [PATCH] Fixed another typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c041131..f756538 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Installation -The compiler binaries for OX X 10.7 are in the `bin/` directory but You will probably need to compile the cc65 itself for your system. +The compiler binaries for OS X 10.7 are in the `bin/` directory but You will probably need to compile the cc65 itself for your system. 1. Grab CC65 V2.13.3 for your system here: ftp://ftp.musoftware.de/pub/uz/cc65/ 2. Compile the compiler with the usual `./configure && make` stuff