From 73a9e84cbdd98c5af70dfe9ab1d899ef58d40fb6 Mon Sep 17 00:00:00 2001 From: roboogg133 Date: Sat, 2 Aug 2025 14:20:27 -0300 Subject: [PATCH] fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f58230c..00ad860 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Packages must be compressed as .tar.zst and include: -. + ├── manifest.toml # Package metadata ├── data/ # Files to install ├── install.lua # Lua install hook @@ -52,7 +52,7 @@ Packages must be compressed as .tar.zst and include: ## Example manifest.toml -``[Info] +```[Info] name = "packets" version = "1.0.0" description = "offline and online packetmanager" @@ -63,7 +63,7 @@ serial = 0 [Hooks] install = "install.lua" -remove = "remove.lua"`` +remove = "remove.lua"``` # 🔄 Installation Process