Skip to content

Commit

Permalink
chore: docs formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan committed Aug 21, 2020
1 parent 0367d77 commit ec884f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ For eg, to import `INFY` from your holdings:

The provider requires the following environment variables to authenticate with Kite API:

- KITE_API_KEY=<>
- KITE_API_SECRET=<>
- KITE_API_REQUEST_TOKEN=<>
- `KITE_API_KEY=<>`
- `KITE_API_SECRET=<>`
- `KITE_API_REQUEST_TOKEN=<>`

You can generate these credentials using [Kite Developer Console](https://developers.kite.trade/).
To get `KITE_API_REQUEST_TOKEN` you need to visit the public Kite login endpoint at [https://kite.zerodha.com/connect/login?v=3&api_key=xxx](https://kite.zerodha.com/connect/login?v=3&api_key=xxx). You will get `request_token` as a URL parameter to the redirect URL registered for your app. This is a one time token and will expire after first succesful login attempt.

Please read point `3)` in [Warnings and Caveats](#Warnings and Caveats) section to know how the access token is persisted across multiple runs of `terraform`.
Please read point `3)` in [Warnings and Caveats](#warnings-and-caveats) section to know how the access token is persisted across multiple runs of `terraform`.

To initialise the provider:

Expand Down

0 comments on commit ec884f9

Please sign in to comment.