From ca48081f73a024bc7502761d8fe001ef11097dbf Mon Sep 17 00:00:00 2001 From: Noah Patullo Date: Wed, 15 Mar 2017 06:37:55 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c975c93..184b91d 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # Binary Hexadecimal Conversion Convert hex to binary and binary to hex by slicing inputs & outputs into 4-bit nibbles -##Notes +## Notes - Choose to which direction to convert - Option to enter more conversions unless you quit -##Limitations +## Limitations - 32-bit binary input Not really an issue, since you can simply change `MAX_BITS_ALLOWED` to allow infinite sequences of 0's and 1's -##Code Details +## Code Details - Uses 2 dictionaries of 4-bit nibbles to convert both ways - Robust error handling checks: - Binay input is <= 32 bits