Fixed some typos in the README

This commit is contained in:
Geoff Bourne 2014-09-25 16:51:54 -05:00
parent 84521eca53
commit 8035aa5f69

View file

@ -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 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 ## Versions
To use a different Minecraft version, pass the `VERSION` environment variable, which can have the value To use a different Minecraft version, pass the `VERSION` environment variable, which can have the value
* LATEST * LATEST
* SNAPSHOT * SNAPSHOT
* (or a specific version, such as "1.7.9") * (or a specific version, such as "1.7.9")