mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
Update changelog
This commit is contained in:
parent
a0dcb85129
commit
8619de8ba5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
Example usage:
|
||||
|
||||
```lua
|
||||
local INPUT = string.rep("Input string to compress", 16)
|
||||
local INPUT = string.rep("Input string to compress", 16) -- Repeated string 16 times for the purposes of this example
|
||||
|
||||
local serde = require("@lune/serde")
|
||||
|
||||
|
|
Loading…
Reference in a new issue