From 69dfdf591402601a75b37a2c3de146d6991ba86c Mon Sep 17 00:00:00 2001 From: well-in-that-case <98286404+well-in-that-case@users.noreply.github.com> Date: Fri, 5 Jan 2024 05:25:35 -0500 Subject: [PATCH] Clarify readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f5cbce69..ac9d24247 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,9 @@ Pluto is a unique dialect of Lua, which aims to specialize for general-purpose p - Several new syntaxes, such as switch statements or ternary expressions. - **Drag & Drop Compatibility.** - - Compatible with Lua 5.4 source & bytecode. - - The only Lua dialect that's proven it can be dropped into massive [communities](https://stand.gg/) (100K> users), and not break any existing scripts. + - Pluto is mostly compatible with Lua 5.4 source & bytecode. + - It implements new keywords, which can cause conflicts with otherwise normal identifiers such as 'switch', or 'class'. We offer several features — such as Compatibility Mode — to relieve this issue, see our [documentation](https://pluto-lang.org/docs/Compatibility). + - With Compatibility Mode, Pluto has proven it can be dropped into massive [communities](https://stand.gg/) (100K> users), and not break any existing scripts. ## Documentation