From bcd64f37d464cd19411feb709b6857d582222d15 Mon Sep 17 00:00:00 2001 From: Amysoj J A Exson Joseph <54433756+exson6969@users.noreply.github.com> Date: Mon, 25 Dec 2023 18:14:24 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 53b4615..6c88cd0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # 5paisa Market Trading APIs -##Project Requirement +## Project Requirement 1) Visual Studio 2019 (.net core 3.1) -##Ones project dependency is installed, follow following step to run the program +## Ones project dependency is installed, follow following step to run the program 1) run the project this will run in (https://localhost:44361) portal @@ -19,7 +19,7 @@ this will run in (https://localhost:44361) portal -##location of main files +## location of main files 1) Controllers/FivepaisaAPIController.cs -> All API Request 2) APICredentials.json -> API Json model @@ -31,6 +31,6 @@ this will run in (https://localhost:44361) portal 8) Response.cs -> Response model 9) WebsocketServer.cs -> Websocket method -##Websocket +## Websocket -websocket response wll be found in the output window of the visual studio \ No newline at end of file +websocket response wll be found in the output window of the visual studio From 02912ea53a7aaf1f0454616315d60acc3ebf7140 Mon Sep 17 00:00:00 2001 From: Amysoj J A Exson Joseph <54433756+exson6969@users.noreply.github.com> Date: Mon, 25 Dec 2023 18:14:38 +0530 Subject: [PATCH 2/2] Update README.md