diff --git a/README.md b/README.md
index f78969a..2e41336 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,6 @@ ChangeDisplayResolution | Helps changing display resolution (with xrandr).
device-info | A helper app for finding info about devices.
eos-connection-checker | Checks that an internet connection is available.
eos-FindAppIcon | Find a suitable icon path for an app.
-eos-pkg-changelog | (Unavailable) Show the changelog of (most) EndeavourOS packages.
Usage: `eos-pkg-changelog `
-eos-pkginfo | (Unavailable) Show usage and/or developer information about an EndeavourOS/Arch/AUR package.
Package can be identified by its name, included program, or file path.
Usage: `eos-pkginfo { \| \| `}
-eos-pkginfo.completion | (Unavailable) Bash completion for eos-pkginfo.
Note: does not support completion for AUR packages because of performance.
eos-reboot-required.hook | Runs `eos-reboot-required2` after any of the listed essential system packages have been updated.
eos-reboot-required2 | Filters packages that may need a notificication about a recommended reboot and signals eos-reboot-required3 with the help of the systemd service.
eos-reboot-required3 | When called by eos-reboot-required.service, waits for all pacman-like processes to finish, then notifies about needed reboot.
@@ -23,11 +20,11 @@ eos-reboot-required.timer | Calls eos-reboot-required.service periodically.
eos-script-lib-yad | Common bash code for various EOS apps.
eos-script-lib-yad.conf | Configuration file for eos-script-lib-yad.
eos-sendlog | Send a text file to pastebin, and save the returned URL to ~/.config/eos-sendlog.txt.
Example: `cat log.txt \| eos-sendlog`
+eos-update | Package updater with additional features for EndeavourOS and Arch. Uses pacman and optionally yay.
+eos-update.desktop | Launcher for eos-update.
eos-wallpaper-set | Sets the wallpaper according to the current DE, given file, or from given folder.
ksetwallpaper.py | KDE wallpaper installer, forked from https://github.com/pashazz/ksetwallpaper.
paccache-service-manager | Tool to manage paccache service (prevents package cache size growing too much).
RunInTerminal | Run one or many commands in a new terminal. Useful for Welcome and related apps.
su-c_wrapper | A small utility to perform command "su -c". Useful e.g. for users without sudoers rights.
Tip: make a short alias, for example: `alias root=su-c_wrapper`
-UpdateInTerminal | Simple system updater using only terminal. | deprecated
-UpdateInTerminal.desktop | Launcher & icon for UpdateInTerminal. | deprecated