From e2a6eebdef71006c7facb30338f34f3964875d9f Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Mon, 9 Jan 2017 17:58:10 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52b889c6..f18260ef 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This project provides a way to run Docker containers as functions on Swarm Mode. * Docker 1.13-RC (to support attachable overlay networks) * At least a single host in Swarm Mode. (run `docker swarm init`) -`For more information on Swarm mode and configuration please have a look at the [Swarm Mode tutorial](https://docs.docker.com/engine/swarm/swarm-tutorial/). ` +> For more information on Swarm mode and configuration please read the [Swarm Mode tutorial](https://docs.docker.com/engine/swarm/swarm-tutorial/). Check your `docker version` and upgrade to one of the latest 1.13-RCs from the [Docker Releases page](https://github.com/docker/docker/releases). This is already available through the Beta channel in Docker for Mac.