From d57b6044d254eeefbb198fb4fb7c1ed526ecfbff Mon Sep 17 00:00:00 2001 From: ArthurFerreira2 Date: Tue, 5 Mar 2019 21:15:55 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d635a5..2bae1fc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A simple apple 1 emulator Implements a 6502 emulator, basic I/O and runs the Woz monitor. -Can aslo run Vince Briel Replica 1 ROM which includes Krusader and Apple 1 Basic -Just convert the binary dump into a C array as is done in woz.h +Can aslo run Vince Briel Replica 1 ROM which includes Krusader and Apple 1 Basic. +Just convert the binary dump into a C array as done in woz.h Have fun !