From 0b0ae5a5eef51bea0ac5c4fc256170ebb510eca8 Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Fri, 31 Jan 2025 06:28:01 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1016919..31890c4 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,9 @@ The format supports the following data types: - Floats may also be whole numbers without a decimal point. - Example: `anotherValue = 1.065f` - Example: `thisToo = 1e18f` -- Example: `scientificFloat = 1.534e3f` +- Example: `scientificFloat = 1.534E3f` - Example: `wholeFloat = 1f` +- Example: `wholeFloat = 5.f` ## Example Structure ```text