aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Pham <the.sk89q@gmail.com>2013-07-07 16:08:46 -0700
committerAlbert Pham <the.sk89q@gmail.com>2013-07-07 16:08:46 -0700
commit4811b738644042b73d158565bf7027f2cd12d6ee (patch)
tree32cd01e5911044f8bf5bdfe1b93c5580a6863c05
parente32d9aa984211910824e169e319ed0df432d86b4 (diff)
downloadspark-4811b738644042b73d158565bf7027f2cd12d6ee.tar.gz
spark-4811b738644042b73d158565bf7027f2cd12d6ee.tar.bz2
spark-4811b738644042b73d158565bf7027f2cd12d6ee.zip
Fixed README.md specifying --mapping rather than -mappings.
Thanks to /u/johnmlang
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5ccca06..ef9f1d5 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Usage
**Note:** The example command line below includes `--thread "Server thread"`, which filters all threads but the main server thread. You can remove it to show all threads.
-**Modded/vanilla servers:** If you are using a modded server, get a copy of [MCP](http://mcp.ocean-labs.de/index.php/MCP_Releases) for your server's Minecraft version, copy the files from conf/ somewhere, and point WarmRoast to it with `--mapping path/to/folder`. This helps readability a lot. Bukkit uses its own mapping, so a pure non-modded Bukkit server can't use MCP mappings.
+**Modded/vanilla servers:** If you are using a modded server, get a copy of [MCP](http://mcp.ocean-labs.de/index.php/MCP_Releases) for your server's Minecraft version, copy the files from conf/ somewhere, and point WarmRoast to it with `--mappings path/to/folder`. This helps readability a lot. Bukkit uses its own mapping, so a pure non-modded Bukkit server can't use MCP mappings.
### Linux ###