From 4f3789ef96c532a335c0fb3e147611ff2de0246c Mon Sep 17 00:00:00 2001 From: crazymanjinn Date: Fri, 12 Jul 2019 11:00:47 -0400 Subject: [PATCH] Fix Forge/Fabric typo in README.md Co-Authored-By: Geoff Bourne --- minecraft-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft-server/README.md b/minecraft-server/README.md index 719f1cc2..c6dba3ed 100644 --- a/minecraft-server/README.md +++ b/minecraft-server/README.md @@ -539,7 +539,7 @@ but you can also choose to run a specific version with `-e FABRICVERSION=0.5.0.3 -e TYPE=FABRIC -e FABRICVERSION=0.5.0.32 \ -p 25565:25565 -e EULA=TRUE --name mc itzg/minecraft-server -To use a pre-downloaded Forge installer, place it in the attached `/data` directory and +To use a pre-downloaded Fabric installer, place it in the attached `/data` directory and specify the name of the installer file with `FABRIC_INSTALLER`, such as: $ docker run -d -v /path/on/host:/data ... \