From aa05519432e46afbb2d59a95600eb2e7bf43a82e Mon Sep 17 00:00:00 2001 From: VetheonGames Date: Sun, 7 Jan 2024 19:58:01 -0700 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d05ea1..6081d18 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ To uninstall AllPac is quite simple. You just remove the `.allpac` directory. As If you used the Installer Script, updating is easy. Just run `allpac-update-system`. -If you did *NOT* use the Installer Script, updating is stil super easy. Just use `wget` to pull down the [updater script](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/update.sh): +If you did *NOT* use the Installer Script, updating is still super easy. Just use `wget` to pull down the [updater script](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/update.sh): ```bash wget -O ~/.allpac/bin/allpac-updater.sh "https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/update.sh" ```