From 567c9803a6c7192731461417b2c44dc06cd2741c Mon Sep 17 00:00:00 2001 From: Rerumu Date: Sat, 2 Jul 2022 05:38:08 -0400 Subject: [PATCH] Update Luau README entry --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 38a0f37..e1f86a3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is a WebAssembly translation tool and library for arbitrary languages. It c The code generation libraries also offer a simple binary utility for translating to source. These can be built or installed by using the `--path codegen/language --bin wasm2language` Cargo flags. -| | | | -|----------|-----------------|-----------------------| -| LuaJIT | :green_circle: | Minimum version 2.1.0 | -| Luau | :yellow_circle: | | +| | | | +|----------|----------------|-----------------------| +| LuaJIT | :green_circle: | Minimum version 2.1.0 | +| Luau | :green_circle: | |