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.
This commit is contained in:
Arthur Burkart 2015-06-24 22:57:43 -04:00
parent fed199f4fc
commit 040600c9e7

View file

@ -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