From 1531e38ab69772cab825e1135e6c58e1954ea0b2 Mon Sep 17 00:00:00 2001 From: crazymanjinn Date: Fri, 12 Jul 2019 11:01: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 c6dba3ed..669763ae 100644 --- a/minecraft-server/README.md +++ b/minecraft-server/README.md @@ -545,7 +545,7 @@ specify the name of the installer file with `FABRIC_INSTALLER`, such as: $ docker run -d -v /path/on/host:/data ... \ -e FABRIC_INSTALLER=fabric-installer-0.5.0.32.jar ... -To download a Forge installer from a custom location, such as your own file repository, specify +To download a Fabric installer from a custom location, such as your own file repository, specify the URL with `FABRIC_INSTALLER_URL`, such as: $ docker run -d -v /path/on/host:/data ... \