From b53e24442c79f8ef692068b0fa6dbda78002b6b4 Mon Sep 17 00:00:00 2001 From: paigehargrave Date: Fri, 11 Jan 2019 14:48:41 -0500 Subject: [PATCH] Update kubernetes-mac-win.md --- _includes/kubernetes-mac-win.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/kubernetes-mac-win.md b/_includes/kubernetes-mac-win.md index e4b895d95e..acd4c55dc4 100644 --- a/_includes/kubernetes-mac-win.md +++ b/_includes/kubernetes-mac-win.md @@ -10,7 +10,7 @@ Usage: {% include kubernetes-mac-win.md platform="mac" %} {% endcomment %} {% if platform == "mac" %} - {% assign product = "Docker for Mac" %} + {% assign product = "Docker Desktop for Mac" %} {% capture min-version %}{{ product }} **17.12 CE Edge**{% endcapture %} @@ -29,7 +29,7 @@ Usage: {% include kubernetes-mac-win.md platform="mac" %} {% assign kubectl-path = "/usr/local/bin/kubectl" %} {% elsif platform == "windows" %} - {% assign product = "Docker for Windows" %} + {% assign product = "Docker Desktop for Windows" %} {% capture min-version %}{{ product }} **18.02 CE Edge**{% endcapture %}