From 8058407c16c3dc7784a3faf42cc2882797053768 Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Fri, 31 Jan 2025 07:08:38 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 732b58f..948b9fe 100644 --- a/README.md +++ b/README.md @@ -85,10 +85,10 @@ myBool = false [MySection.MySubsection] myFloat = 1.065f myFloat2 = 1e18f -hexValue = 0xFA8 +hexValue = FA8x [MySection.MySubsection.AnotherSubsection] -binValue = 0b0010010 +binValue = 0010010b # Another comment anotherDec = 1_000_375