From 48bb665ec90a295ec9e3265e3a8c18b9fd16c4e0 Mon Sep 17 00:00:00 2001
From: Jessica Yao <jessica@heptio.com>
Date: Tue, 28 Nov 2017 15:30:13 -0800
Subject: [PATCH] remove diff command in example

Signed-off-by: Jessica Yao <jessica@heptio.com>
---
 README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 61e5c462..470da83b 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
-- 
GitLab