From 87c20664eefcbf47424a923f63afe573d2b30930 Mon Sep 17 00:00:00 2001 From: vijay pawar Date: Thu, 13 May 2021 13:27:51 +0530 Subject: [PATCH] Update auth.md --- docs/usage/auth.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/auth.md b/docs/usage/auth.md index 2f234f61..fa6529ea 100644 --- a/docs/usage/auth.md +++ b/docs/usage/auth.md @@ -2,7 +2,7 @@ #### Configuring API keys -Get your API keys from here +Get your API keys from here Configure these keys in a file named `keys.conf` in the same directory as your python script exists @@ -27,4 +27,4 @@ client = FivePaisaClient(email="random_email@xyz.com", passwd="password", dob="Y client.login() ``` -After successful authentication, you should get a `Logged in!!` message. \ No newline at end of file +After successful authentication, you should get a `Logged in!!` message.