From 8035aa5f69f78c91e6d848ef7612d6ba7f55f1c1 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Thu, 25 Sep 2014 16:51:54 -0500 Subject: [PATCH] Fixed some typos in the README --- minecraft-server/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/minecraft-server/README.md b/minecraft-server/README.md index cefdd7c7..eb6ffc99 100644 --- a/minecraft-server/README.md +++ b/minecraft-server/README.md @@ -1,4 +1,5 @@ -This docker image provides a Minecraft Server that will automatically download the latest stable, latest snapshot, or any specif +This docker image provides a Minecraft Server that will automatically download the latest stable, +latest snapshot, or any specific version. To simply use the latest stable version, run @@ -45,6 +46,7 @@ When attached in this way you can stop the server, edit the configuration under ## Versions To use a different Minecraft version, pass the `VERSION` environment variable, which can have the value + * LATEST * SNAPSHOT * (or a specific version, such as "1.7.9")