diff --git a/README.md b/README.md
index 61e5c462bae4456196d860186137db2ab895261c..470da83b4b8dc33fda58babd592fe9607fede66d 100644
--- a/README.md
+++ b/README.md
@@ -101,9 +101,8 @@ Now let's try upgrading the container image to a new version:
 # Bump the container image to a different version
 ks param set guestbook-ui image alpinejay/dns-single-redis-guestbook:0.4
 
-# See the differences between your local manifest and what's running on your cluster
-# (ERROR is expected here since there are differences)
-ks diff local:default remote:default
+# View updated param values
+ks param list
 
 # Update your cluster with your latest changes
 ks apply default