summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2023-08-31 12:14:07 +0200
committerA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2023-08-31 12:45:11 +0200
commitb3596a18e19ac7eadf6c8622ec89e031b9afad72 (patch)
treeafa619c7483295fbb5d8a34f45d5229cef2efe86 /README.md
parent9a6c741d5de0c6d376174db94c0037c991d9e372 (diff)
downloadredot-cpp-b3596a18e19ac7eadf6c8622ec89e031b9afad72.tar.gz
Fix formatting of `compatibility_minimum` examples
Without quotes the values is parsed as a float, breaking in various cases.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a105d73..c36e892 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ See [example.gdextension](test/project/example.gdextension) used in the test pro
[configuration]
entry_symbol = "example_library_init"
-compatibility_minimum = 4.1
+compatibility_minimum = "4.1"
[libraries]