From 782fd55dbef18ad100f5acd43c6f04beb5aba702 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Mon, 14 Aug 2017 12:45:12 +0300 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 652c76f8b2..cfdd793611 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/miniku ### Windows Download the [minikube-windows-amd64.exe](https://storage.googleapis.com/minikube/releases/latest/minikube-windows-amd64.exe) file, rename it to `minikube.exe` and add it to your path -### Linux Continous Integration wih VM support +### Linux Continous Integration with VM support Example with `kubectl` installation: ```shell curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && chmod +x minikube