doc formatting test

This commit is contained in:
hydrabolt
2015-09-27 20:21:22 +01:00
parent f10895680f
commit 9588f5cbf5

View File

@@ -125,13 +125,12 @@ Functions
-----
login(email, password, `callback`)
~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
`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.
- **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.