From c18d1c09e9ad8b3f7d7cb9fa33e7d745fb7a2399 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Fri, 6 Sep 2024 12:03:53 +0200 Subject: [PATCH] docs: add raw mode to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90c47b9..1b71f03 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,9 @@ Current formats are: - Decimal - Base32 - Base64 +- Raw -`numf` also has the option of prepending a prefix for each format, such as +`numf` also has the option of prepending a prefix for the formats, such as `0x` for hexadecimal. Numbers may also be provided from the stdin. See `--help` flag for more information.