From b539112c82cd613c23aae62d00df3628d0032334 Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 26 Apr 2016 20:13:17 +0200 Subject: [PATCH] "current stable version" instead of "actual stable ..." --- docs/getting-started-guides/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/docker.md b/docs/getting-started-guides/docker.md index c5fe830da5..1486ab28b7 100644 --- a/docs/getting-started-guides/docker.md +++ b/docs/getting-started-guides/docker.md @@ -14,7 +14,7 @@ Here's a diagram of what the final result will look like: 1. You need to have docker installed on one machine. 2. Decide what Kubernetes version to use. Set the `${K8S_VERSION}` variable to - a released version of Kubernetes >= "v1.2.0". If you'd like to use the actual stable version of Kubernetes, run the following: + a released version of Kubernetes >= "v1.2.0". If you'd like to use the current stable version of Kubernetes, run the following: ```sh export K8S_VERSION=$(curl -sS https://storage.googleapis.com/kubernetes-release/release/stable.txt)