Default to easy.

This commit is contained in:
Tim Visher
2015-06-10 15:12:05 -04:00
parent 99b884f18a
commit 53a0d0cf7a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -130,9 +130,9 @@ up:
### Difficulty
The difficulty level (default: hard) can be set like:
The difficulty level (default: `easy`) can be set like:
docker run -d -e DIFFICULTY=peaceful
docker run -d -e DIFFICULTY=hard
Valid values are: `peaceful`, `easy`, `normal`, and `hard`, and an
error message will be output in the logs if it's not one of these