From 110670dc6edee954dd8a33843aed4d7325cca8ff Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Fri, 19 Aug 2016 07:52:19 -0700 Subject: [PATCH] Fix spelling --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index cd76271..895c323 100644 --- a/README.MD +++ b/README.MD @@ -27,7 +27,7 @@ And enter in `123456789` * `987654321` respectively for A and B ... # So what the heck is it? -An alternative algorith to implement multiplication using only: +An alternative algorithm to implement multiplication using only: * bit-shift (left and right), and * addition.