From 57dd9a5bb360da01aaf6514908766c9a212d8001 Mon Sep 17 00:00:00 2001 From: AsynchronousMatrix Date: Fri, 3 Jan 2025 16:54:07 +0000 Subject: [PATCH 1/3] Update packages/buffer/README.md Co-authored-by: Erica Marigold --- packages/buffer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/buffer/README.md b/packages/buffer/README.md index 8eea55f..459a680 100644 --- a/packages/buffer/README.md +++ b/packages/buffer/README.md @@ -25,7 +25,7 @@ local Buffer = require("./luau_packages/buffer") 2. Use the provided library to store/flush binary data: ```luau -local zlibBuffer = buffer.new(), +local zlibBuffer = Buffer.new() zlibBuffer:write(xyz) From 6f0a6ad92bc5884463a9a32a4eb5246ccb8c080d Mon Sep 17 00:00:00 2001 From: AsynchronousMatrix Date: Fri, 3 Jan 2025 16:54:21 +0000 Subject: [PATCH 2/3] Update .gitignore Co-authored-by: Erica Marigold --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 04c06b5..39ab704 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ .env.luau pesde.lock -lune_packages -luau_packages \ No newline at end of file +*_packages/ \ No newline at end of file From 43ef666b561106bac6ed195f137003b4adab187c Mon Sep 17 00:00:00 2001 From: AsynchronousMatrix Date: Fri, 3 Jan 2025 16:58:01 +0000 Subject: [PATCH 3/3] Update packages/classes/README.md Co-authored-by: Erica Marigold --- packages/classes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/classes/README.md b/packages/classes/README.md index 2331fdf..0ee5147 100644 --- a/packages/classes/README.md +++ b/packages/classes/README.md @@ -6,7 +6,7 @@ ## DiscordLuau - Classes -cordLuau - Classes provide a collection of classes designed to interact with the Discord API. For example, if you want to interact with a Discord message, the Discord Message Class offers all the methods and properties needed to seamlessly work with a Discord message. +DiscordLuau - Classes provide a collection of classes designed to interact with the Discord API. For example, if you want to interact with a Discord message, the Discord Message Class offers all the methods and properties needed to seamlessly work with a Discord message. ### Installation