diff --git a/CHANGELOG.md b/CHANGELOG.md index 978735d..2599360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 local compressed = serde.compress("gzip", INPUT) local decompressed = serde.decompress("gzip", compressed) - assert(compressed == "H4sIAAAAAAAAA/PMKygtUSguKcrMS1coyVdIzs8tKEotLvYcFaeLOADSF8BBgAEAAA==") assert(decompressed == INPUT) ``` diff --git a/README.md b/README.md index 8ae0701..5504e58 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Lune provides fully asynchronous APIs wherever possible, and is built in Rust ## Features - 🌙 A strictly minimal but powerful interface that is easy to read and remember, just like Luau itself -- 🧰 Fully featured APIs for the filesystem, networking, stdio, all included in the small (~3mb) executable +- 🧰 Fully featured APIs for the filesystem, networking, stdio, all included in the small (~4mb) executable - 📚 World-class documentation, on the web _or_ directly in your editor, no network connection necessary - 🏡 A familiar scripting environment for Roblox developers, with an included 1-to-1 task scheduler port - ✏️ Optional built-in library for manipulating Roblox place & model files, and their instances