From 040600c9e74d21b9f0335a59b0f894fc1d244d75 Mon Sep 17 00:00:00 2001 From: Arthur Burkart Date: Wed, 24 Jun 2015 22:57:43 -0400 Subject: [PATCH] Update README.md When people try to use the command that is specified in the README.md, the Dockerfile does not install correctly. This is a fix for the typo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2f0183..d759e5f 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ applications. * Start a throwaway instance of the erlang shell - docker run -it --rm correl/erlang:R17 + docker run -it --rm correl/erlang:17 * Run a container to use a development environment - docker run -it --name erlang-dev correl/erlang:R17 /bin/bash + docker run -it --name erlang-dev correl/erlang:17 /bin/bash