README still had MC_EMAIL instead of MC_USERNAME

The tests use the MC_USERNAME environment.
This commit is contained in:
Robin Lambertz 2013-01-31 09:04:38 +00:00
parent 4313e7e98d
commit 70d0d68194

View File

@ -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