From 4d06649c5064334c8f0fdb8107f573c264f57c21 Mon Sep 17 00:00:00 2001 From: Omer Spillinger <42219498+ospillinger@users.noreply.github.com> Date: Thu, 13 Jun 2019 16:59:35 -0700 Subject: [PATCH] Update install.md (cherry picked from commit 1920bbbb3feaf1198b05cef368ed40ea9f9b0aed) --- docs/operator/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/operator/install.md b/docs/operator/install.md index 32886389c0..f58b48936a 100644 --- a/docs/operator/install.md +++ b/docs/operator/install.md @@ -83,9 +83,9 @@ cortex predict iris-type irises.json ## Cleanup -``` +```bash # Delete the deployment -$ cortex delete iris +cortex delete iris ``` See [uninstall](uninstall.md) if you'd like to uninstall Cortex.