From 81ebd39fbb33be73d5711366d3ff2dd4b134a02b Mon Sep 17 00:00:00 2001 From: sairajzero Date: Tue, 3 Aug 2021 16:05:51 +0530 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2823c4..5ad9c96 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ Download the repository using git: ``` git clone https://github.com/ranchimall/FLO-signValidator.git ``` - -## Starting the server +### Starting the server The server can be started using the following command ``` node ./start.js @@ -21,7 +20,7 @@ The default port is 8080. To host the server in different port, pass the port nu node ./start.js ``` -### Usage +## Usage (for clients) The POST request must consist of a JSON string with the following: - floID: floID of the signer. - pubKey: pubKey of the signer.