diff --git a/README.md b/README.md
index df6cd2c..3cca148 100644
--- a/README.md
+++ b/README.md
@@ -13,9 +13,9 @@
CLI tool to automate docker image updates or notifying when updates are available.
-selective updates, exclude containers, custom labels, notification plugins, prune when done etc.
+selective updates, include/exclude containers, image backups, custom labels, notification plugins, prune when done etc.
-:whale: Docker Hub pull limit :chart_with_downwards_trend: not an issue for checks but for actual pulls - read more
+:whale: Docker Hub pull limit :chart_with_downwards_trend: not an issue for checks only for actual pulls - read more
For Podman - see the fork sudo-kraken/podcheck!
@@ -26,7 +26,7 @@ ___
- Added new option **BackupForDays**; `-b N` and `-B`:
- Backup an image before pulling a new version for easy rollback in case of breakage.
- Removes backed up images older than *N* days.
- - List currently backed up images with `-K`.
+ - List currently backed up images with `-B`.
- **v0.7.4**:
- Added new option `-R`:
- Will skip container recreation after pulling images.