From 35816200b6ef94af11cf25cf43cbd86f91f2af19 Mon Sep 17 00:00:00 2001 From: Jack Greenfield Date: Sun, 8 Nov 2015 23:21:23 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9357bde3d..7ba78fce9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Follow these 3 steps to install DM: 1. Make sure your Kubernetes cluster is up and running, and that you can run `kubectl` commands against it. 1. Clone this repository into the src folder of your GOPATH, if you haven't already. -1. Use `kubectl` to intall DM into your cluster: +1. Use `kubectl` to install DM into your cluster: ``` kubectl create -f install.yaml