From 664172eae44c1e6fdcf281bca4eba81033043201 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 4 Jul 2026 09:49:59 +0200 Subject: [PATCH] Fix typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bc47b6..3552f55 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,8 @@ jobs: This example: -* Uses Lua 5.1.5 — You can use another version by chaning the `luaVersion` varible. LuaJIT versions can be used by prefixing the version with `luajit-`, i.e. `luajit-2.1.0-beta3` -* Uses a `.rockspec` file the root directory of your repository to install dependencies and test packaging the module via `luarocks make` +* Uses Lua 5.1.5 — You can use another version by changing the `luaVersion` variable. LuaJIT versions can be used by prefixing the version with `luajit-`, i.e. `luajit-2.1.0-beta3` +* Uses a `.rockspec` file in the root directory of your repository to install dependencies and test packaging the module via `luarocks make` View the documentation for the individual actions (linked above) to learn more about how they work.