readme: added naming info

This commit is contained in:
2017-07-24 17:14:18 -04:00
parent ac42f6e84a
commit 9ed432fbd5

View File

@@ -3,6 +3,8 @@
A toy C library that converts numbers to and from [BCD](https://en.wikipedia.org/wiki/Binary-coded_decimal).
I suggest you don't use it.
Named after [half a byte](https://en.wikipedia.org/wiki/Nibble).
## Installation
Don't. The makefile only includes a test target, because I want to test my code.