From 2d8f0e6e5a329a15510b217ef5729bc308600fcd Mon Sep 17 00:00:00 2001 From: Lioncat2002 Date: Wed, 7 Dec 2022 22:00:29 +0530 Subject: [PATCH] doc: Update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 464145d1..e267528c 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,10 @@ This project is currently based on an unstable feature of block subscription of ``` -cargo run --bin lite-rpc -- --port 9000 --subscription-port 9001 --rpc-url http://localhost:8899 +cargo run --bin lite-rpc -- run --port 9000 --subscription-port 9001 --rpc-url http://localhost:8899 +``` + +## Tests +``` +cargo run --bin lite-rpc -- test ``` \ No newline at end of file