Update README.md

This commit is contained in:
Aniket Prajapati 2022-12-17 16:07:58 +05:30 committed by GitHub
parent 5238bb8c1f
commit 636947b439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -36,14 +36,12 @@ $ cargo run --release -- --help
*Make sure both `solana-validator` and `lite-rpc` is running* *Make sure both `solana-validator` and `lite-rpc` is running*
*to test run* *test*
```bash ```bash
$ cargo test $ cargo test
``` ```
*to bench run* *bench*
*run `light-rpc` bench*
```bash ```bash
$ cargo bench $ cargo bench
``` ```