From 6669260aee067d47e062010b28e44c791f9c29ca Mon Sep 17 00:00:00 2001 From: John Regan Date: Sun, 19 Mar 2023 17:53:14 -0400 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaa3b36..c487853 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Finally there's a function to write the bigint out as a string. It accepts a buffer, the size of the buffer, and the base to use. Notably, it does NOT write out a NULL character. It *does* include a prefix based on the base: -* base 2 - prefix with 'b' +* base 2 - prefix with '0b' * base 8 - prefix with '0' * base 16 - prefix with '0x'