From 8f49160f4f9251b0f65c4cb6dac77e1ec8eba540 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Fri, 10 May 2024 19:58:02 +0200 Subject: [PATCH] docs: add usage example --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9442cf2..4e201e6 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,12 @@ Current formats are: `numf` also has the option of prepending a prefix for each format, such as `0x` for hexadecimal. + +## Example + +```bash +$ numf -xp 1337 505 0xaabb +0x539 +0x1F9 +0xAABB +```