From 696162253dbb9b3abef3bcd5dd722f06530ff121 Mon Sep 17 00:00:00 2001 From: caiyajing9210 <33420849+caiyajing9210@users.noreply.github.com> Date: Sun, 27 May 2018 04:22:25 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f214fa1..e4ea52f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Collection of classic computer science paradigms, algorithms, and approaches written in JavaScript. All of the code is available under an MIT License. -Each example has an associated blog post: +Each example has an associated blog Base64 Encoding http://www.nczonline.net/blog/2009/12/08/computer-science-in-javascript-base64-encoding/