welp try to fix

This commit is contained in:
hydrabolt
2015-09-27 20:19:12 +01:00
parent 9cdd1d416e
commit f10895680f

View File

@@ -127,9 +127,11 @@ Functions
login(email, password, `callback`)
~~~~~
``Parameters``:
`Parameters`:
- `email` - A `String` which is the email you want to sign in with.
- `password` - A `String` which is the password you want to sign in with.
- `callback` - A `function` that can take the following parameters:
- `error` - null if there was no error, otherwise it is set.
- `token` - if successful, it is the received authorisation token.