From 1c9a910419ee5c8a5e793ebe19f0ebfa66a25709 Mon Sep 17 00:00:00 2001 From: ariel Date: Thu, 20 Feb 2025 13:54:54 -0800 Subject: [PATCH] Update README.md Co-authored-by: Varun Saini <61795485+vrn-sn@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45647fbb..7ef17e87 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ To gain advantage of many performance improvements, it's highly recommended to u Luau has an internal test suite; in CMake builds, it is split into two targets, `Luau.UnitTest` (for the bytecode compiler and type checker/linter tests) and `Luau.Conformance` (for the VM tests). The unit tests are written in C++, whereas the conformance tests are largely written in Luau (see `tests/conformance`). -Makefile builds combine both into a single target that can be ran via `make test`. +Makefile builds combine both into a single target that can be run via `make test`. # Dependencies