From 8d31e9e4d918015e37504445dc8fac3ff6de5abf Mon Sep 17 00:00:00 2001 From: luk3yx Date: Sat, 10 Feb 2024 20:19:38 +1300 Subject: [PATCH] Improve grammar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26da6e5..af792bd 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ support them, however this does have some limitations: add `fs51` as an optional dependency to `mod.conf` so it can use the patched show_formspec code. - If you need to have node meta formspecs work in older clients, try adding - `fs51.disable_meta_override = false` to minetest.conf. Note that this does + `fs51.disable_meta_override = false` to minetest.conf. Note that FS51 does not correctly parse `${key}` syntax (see https://gitlab.com/luk3yx/minetest-fs51/-/issues/1), - I recommend using `minetest.show_formspec` instead if possible as fs51 is + I recommend using `minetest.show_formspec` instead if possible as FS51 is also able to perform backports based on the client's version. ## Dependencies