From 61bce523563ad41625742f1858390a62eeba3cc4 Mon Sep 17 00:00:00 2001
From: Matt Butcher <mbutcher@engineyard.com>
Date: Fri, 4 Mar 2016 17:38:10 -0700
Subject: [PATCH] doc(README): remove mentions of install.yaml

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 4491f87a2..3b037668b 100644
--- a/README.md
+++ b/README.md
@@ -123,13 +123,13 @@ types to a template registry, see
 You can uninstall Deployment Manager using the same configuration:
 
 ```
-kubectl delete -f install.yaml
+helm dm delete
 ```
 
 ## Building the Container Images
 
 This project runs Deployment Manager on Kubernetes as three replicated services.
-By default, install.yaml uses prebuilt images stored in Google Container Registry
+By default, `helm` uses prebuilt images stored in Google Container Registry
 to install them. However, you can build your own container images and push them
 to your own project in the Google Container Registry: 
 
-- 
GitLab