From 9fad757dc8703c0b402936300aaf22e524cf938c Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Wed, 5 Feb 2020 08:46:06 -0800 Subject: [PATCH] Fix typo --- README.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index 4e61d59..31c7b47 100644 --- a/README.MD +++ b/README.MD @@ -1,10 +1,10 @@ # Russian Peasant Multiplication -From Assembly to Basic to Javascript. +From Assembly to Basic to Javascript! -Here are muy implementations of Russian Peasant Multiplication implemented in various languages: +Here are my implementations of Russian Peasant Multiplication implemented in various languages: -* 6502 Assembly Language (Both ca65 and merlin32 sources) +* 6502 Assembly Language (Both [ca65](rpm_ca65.s) and [merlin32](rpm_m32.s) sources) * Applesoft BASIC * JavaScript (Procedural version) * JavaScript (OOP version)