From 3df75cd04a7aa91a9decb0f24aa95048bdccf48f Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Tue, 25 Jun 2024 20:13:10 +0800 Subject: [PATCH] Update README for The Version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c58b6c2..aa07c28 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ class Foo { ### The version -Prior to 0.9.0 (included), the naming convention for versions was `x.y.z`. +Prior to `0.9.0` (included), the naming convention for versions was `x.y.z`. But it seems that the contents of the Kotlin compiler may find changes with each version, and such version numbers do not reflect the corresponding Kotlin version, and may lead to some confusion as a result.