From a9f29b8ad353bf30be6b127c08ca7a1c1d3ac02d Mon Sep 17 00:00:00 2001 From: Array in a Matrix Date: Wed, 9 Feb 2022 14:57:38 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b2f7f1..681eaca 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,4 @@ Node.js app that takes a base 10 number from the command-line then converts it t The base has to be a integer between 2 to 36. A web version of this exists on my [website](https://arrayinamatrix.xyz/index/projects/nsc-web/). +view the code for the web version [here](https://github.com/array-in-a-matrix/arrayinamatrix.xyz/blob/main/index/projects/nsc-web/script/script.js).