mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
chore(README): fix MSLV again, fr this time
This commit is contained in:
parent
bb5c460266
commit
033a095f78
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ print("Total size:", stats.totalSize, "bytes")
|
|||
```
|
||||
|
||||
## MSLV (Minimum Supported Luau Version)
|
||||
This library requires at least Luau [0.601](https://github.com/luau-lang/luau/releases/tag/0.601).
|
||||
This library requires at least Luau [0.629](https://github.com/luau-lang/luau/releases/tag/0.629) (specifically requires leading `|`, `buffer` built-in and `idiv` operator support).
|
||||
|
||||
## License
|
||||
This project is licensed under the [MIT] license.
|
||||
|
|
Loading…
Add table
Reference in a new issue