diff --git a/README.md b/README.md index 9b0f5d6..1f54afa 100644 --- a/README.md +++ b/README.md @@ -140,10 +140,11 @@ LUA_BINARY=lua5.4 ./run_benchmarks.sh ### Code Quality ```bash -make check # Run format check and lint +make check # Run format check, lint, and typecheck make format # Format code with stylua make format-check # Check formatting without modifying make lint # Run luacheck +make typecheck # Check annotations with lua-language-server ``` ### Building