From f10895680f4ef447892c25488040cc2322434e65 Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Sun, 27 Sep 2015 20:19:12 +0100 Subject: [PATCH] welp try to fix --- docs/docs_client.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs_client.rst b/docs/docs_client.rst index 4ac734955..a2d1b4228 100644 --- a/docs/docs_client.rst +++ b/docs/docs_client.rst @@ -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. \ No newline at end of file