Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dwenegar committed Apr 9, 2021
1 parent e84f57c commit 3cf8321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This action sets up a Lua environment by building a version of Lua and adding it

See [action.yml](action.yml)

Install the default version of Lua (5.4) and LuaRocks (3.3.1).
Install the default version of Lua (5.4) and LuaRocks (3.4.0).

```yaml
- uses: luadevkit/setup-lua
Expand All @@ -19,8 +19,8 @@ Install specific version of Lua and LuaRocks:
```yaml
- uses: luadevkit/setup-lua
with:
lua-version: '5.3'
luarocks-version: '3.3.1'
lua-version: '5.4'
luarocks-version: '3.4.0'
```
## License
Expand Down

0 comments on commit 3cf8321

Please sign in to comment.