Update README.md

This commit is contained in:
Array in a Matrix 2022-02-09 14:10:13 -05:00 committed by GitHub
parent ca42bc2c70
commit fd0782b165
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,3 +2,5 @@
Node.js app that takes a base 10 number from the command-line then converts it to a base of your choice.
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/).