Fixed formatting in README

This commit is contained in:
Geoff Bourne 2014-06-01 21:49:21 -05:00
parent 7180d0351a
commit e4418b3767
1 changed files with 3 additions and 1 deletions

View File

@ -15,9 +15,11 @@ To use a different Minecraft version, pass the `VERSION` environment variable, w
* SNAPSHOT
* (or a specific version, such as "1.7.9")
For example, to use the latest snapshot:
docker run -d -e VERSION=SNAPSHOT -p 25565:25565 minecraft-server
or
or a specific version:
docker run -d -e VERSION=1.7.9 -p 25565:25565 minecraft-server