diff --git a/README.md b/README.md
index ea5224a87cf46334961084296f71f697c8dd5987..cc9f4564685b98ded033575b0e95873de5877ac4 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,10 @@ Work in progress umbrella package
 
 ```bash
 # Get base
-kpt get https://repo1.dsop.io/platform-one/big-bang/apps/sandbox/umbrella.git/base base
+kpt pkg get https://repo1.dsop.io/platform-one/big-bang/apps/sandbox/umbrella.git/base base
 
 # Get instance
-kpt get https://repo1.dsop.io/platform-one/big-bang/apps/sandbox/umbrella.git/instance bigbang
+kpt pkg get https://repo1.dsop.io/platform-one/big-bang/apps/sandbox/umbrella.git/instance bigbang
 
 # Commit and push to a repo cluster has access to
 git add . && git commit -m "initial commit" && git push