From b007a54b4b9100a9680d565be04af7e74d043725 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 12 May 2024 21:32:46 +0200 Subject: [PATCH] docs: add base64 and base32 to the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e201e6..68d0887 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Current formats are: - Binary - Octal - Decimal +- Base32 +- Base64 `numf` also has the option of prepending a prefix for each format, such as `0x` for hexadecimal.