From 70d0d681942a0fe7cf224226062769ef61f72f3a Mon Sep 17 00:00:00 2001 From: Robin Lambertz Date: Thu, 31 Jan 2013 09:04:38 +0000 Subject: [PATCH] README still had MC_EMAIL instead of MC_USERNAME The tests use the MC_USERNAME environment. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 669156c..41daf28 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ correct data type. * Ensure your system has the `java` executable in `PATH`. * Download the appropriate version of `minecraft_server.jar`. -* `MC_SERVER_JAR=path/to/minecraft_server.jar MC_EMAIL=email@example.com MC_PASSWORD=password npm test` +* `MC_SERVER_JAR=path/to/minecraft_server.jar MC_USERNAME=email@example.com MC_PASSWORD=password npm test` ### Test Coverage