From edbb56841edc951ddc1b58398f87f32133e71695 Mon Sep 17 00:00:00 2001 From: Ewan Arends Date: Sat, 1 Dec 2018 18:05:08 +0100 Subject: [PATCH] fixed typo in readme.md (#231) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c176bd5c53..c8619a4b7d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ POMF uses Gradle to provide a number of utility tasks for working with POMF. Downloads the client and server Minecraft jars for the current Minecraft version to `.gradle/minecraft` ### `mergeJars` -Merges the client and server jars into one merged jar, located at `VERSION-merged.jar` in the POMF directory where `VERSION` is the currnet Minecraft version. +Merges the client and server jars into one merged jar, located at `VERSION-merged.jar` in the POMF directory where `VERSION` is the current Minecraft version. ### `setupPomf` `download` and `mergeJars`