diff --git a/docs/docs_client.rst b/docs/docs_client.rst index a2d1b4228..3a900dd7a 100644 --- a/docs/docs_client.rst +++ b/docs/docs_client.rst @@ -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. \ No newline at end of file +- **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. \ No newline at end of file