diff --git a/README.md b/README.md
index e3965afd..1c0e8e00 100644
--- a/README.md
+++ b/README.md
@@ -33,10 +33,10 @@ wp comment
$ wp comment delete 1337 --force
Success: Deleted comment 1337.
- # Delete all spam comments.
+ # Trash all spam comments.
$ wp comment delete $(wp comment list --status=spam --format=ids)
- Success: Deleted comment 264.
- Success: Deleted comment 262.
+ Success: Trashed comment 264.
+ Success: Trashed comment 262.
@@ -840,7 +840,7 @@ See the [Navigation Menus](https://developer.wordpress.org/themes/functionality/
# Assign the 'my-menu' menu to the 'primary' location
$ wp menu location assign my-menu primary
- Success: Assigned location to menu.
+ Success: Assigned location primary to menu my-menu.
@@ -883,7 +883,8 @@ wp menu delete