From a999a7ca038ecd9ae64bc8f50bb35bf4850a20b1 Mon Sep 17 00:00:00 2001 From: Oxbian Date: Sun, 27 Oct 2024 16:37:06 -0400 Subject: fix: typo and github package -> release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf6f14b..17ce3e7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The addons can be installed from the page `about:debugging#/runtime/this-firefox`, then click on the button `Load Temporary Add-On`, and choose the discord-no-nitro-emoji zip file. -The zip file can be obtained from github packages or by packaging the extensions +The zip file can be obtained from github releases or by packaging the extensions directly from the source code. ## Packaging @@ -27,7 +27,7 @@ For packaging the project, use this command: ```bash export VERSION=1.2 -zip -r -FS ../discord-no-nitro-emoji-$VERSION.zip icons/ manifest.json main.jsA +zip -r -FS ../discord-no-nitro-emoji-$VERSION.zip icons/ manifest.json main.js ``` ## Version -- cgit v1.2.3