From d4ac4fb7ee36291fdc81cf444ba77e20648508af Mon Sep 17 00:00:00 2001 From: piyushpatil22 Date: Sun, 11 Feb 2024 14:03:49 +0530 Subject: [PATCH] added relatable info in README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6face9f..a41380d 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,10 @@ SmartAPI is a set of REST-like APIs that expose many capabilities required to bu ## Usage - [Download SmartAPI jar file](https://github.com/angel-one/smartapi-java/blob/main/dist/) and include it in your build path. -- Include com.angelbroking.smartapi into build path from maven. Use version 2.2.0 ## API usage ```java - // Initialize SamartAPI using Client code, Password, and TOTP. + // Initialize SmartAPI using Client ID, Password( or PIN ), and TOTP. SmartConnect smartConnect = new SmartConnect(); // Provide your API key here