commit ac16e9ac11f32fb9d529bf299fdcd23062e7aca4
parent e8a9f517d9799a166c75c7b7eba09e94034c64c8
Author: Michael Savage <mikejsavage@gmail.com>
Date: Thu, 24 Aug 2017 18:32:56 +0100
More README updates
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -75,7 +75,7 @@ are printed. The following options are supported:
spaces/zeroes on the right.
- Precision (`{.x}`): specifies the number of digits that appear after
the decimal point when printing floats.
-- Number format (`{x}` or `{b}`): prints numbers in hexadecimal/binary.
+- Number format (`{x}` or `{b}`): prints integers in hexadecimal/binary.
These can all be combined, but should be kept in the order they were
just listed in.