Update headless_client.coffee

This commit is contained in:
Popey Gilbert 2015-03-11 17:23:23 +00:00
parent 8389a64644
commit aa5d3de06d

View file

@ -3,7 +3,7 @@ This file will simulate games on node.js by emulating the browser environment.
In order to use, followed these steps:
1. Setup dev environment as usual
2. Create a `login.coffee` file in coco which contains:
module.exports = username: 'email', password: 'password'
module.exports = username: 'email@example.com', password: 'password'
3. Run `coffee ./headless_client.coffee`
Alternatively, if you wish only to simulate a single game run `coffee ./headless_client.coffee one-game`
###