Skip to content

Commit

Permalink
updated readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
kssujithcj committed Jul 28, 2023
1 parent c22c31b commit 0add2ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="https://zerodha.tech"><img src="https://zerodha.tech/static/images/github-badge.svg" align="right" /></a>
# The Kite Connect 3.3.2 API Java client
# The Kite Connect 3.4.0 API Java client
The official Java client for communicating with [Kite Connect API](https://kite.trade).

Kite Connect is a set of REST-like APIs that expose many capabilities required to build a complete investment and trading platform. Execute orders in real time, manage user portfolio, stream live market data (WebSockets), and more, with the simple HTTP API collection.
Expand All @@ -13,7 +13,7 @@ Kite Connect is a set of REST-like APIs that expose many capabilities required t
## Usage
- [Download Kite Connect 3 jar file](https://github.com/zerodhatech/javakiteconnect/tree/master/dist) and include it in your build path.

- Include com.zerodhatech.kiteconnect into build path from maven. Use version 3.3.2
- Include com.zerodhatech.kiteconnect into build path from maven. Use version 3.4.0

- To use javakiteconnect in **Android**, you need to include jar file in the libs directory and add the following line in you module's gradle file ``` compile files('libs/kiteconnect.jar') ```

Expand Down

0 comments on commit 0add2ed

Please sign in to comment.