From be443b8b0ff7d23e272727a84dc0abb2d5875576 Mon Sep 17 00:00:00 2001 From: Randall Winkhart <90295779+rwinkhart@users.noreply.github.com> Date: Sun, 27 Oct 2024 01:26:10 -0400 Subject: [PATCH] Correct capital example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a10ff5..c821257 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ func main() { // capital (slightly slower) // this example uses a number in vinculum notation to show that ANSI escape codes are used to provide the overline - roman = rom.FromIntCapital(4) + roman = rom.FromIntCapital(4065) if roman == "OOB" { panic("Input integer is out of bounds (greater than 3,999,999)") }