mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Limited line length
This commit is contained in:
parent
a6adaacdf3
commit
a114112964
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
###
|
###
|
||||||
This file will simulate games on node.js by emulating the browser environment. In order to use, followed these steps:
|
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
|
1. Setup dev environment as usual
|
||||||
2. Create a `login.coffee` file in coco which contains:
|
2. Create a `login.coffee` file in coco which contains:
|
||||||
module.exports = username: 'email', password: 'password'
|
module.exports = username: 'email', password: 'password'
|
||||||
|
|
Loading…
Reference in a new issue