From 565a96e675350a6fbcbb004c2d36c44b9f836b2d Mon Sep 17 00:00:00 2001 From: rachel-rose Date: Mon, 28 Jun 2021 19:17:39 +0200 Subject: [PATCH] fixed formatting error --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9debef40f..e3e744c9c 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ To run with verbose: $ cargo run --bin darkfi -- -v ``` -*Run 10 clients simultaneously* +Run 10 clients simultaneously: ```console $ cargo test test_ten_clients_simultaneously --bin darkfid ``` -*Run Client A and send 9 slabs. Client B should receive 10 slabs from subscriber* +Run Client A and send 9 slabs. Client B should receive 10 slabs from subscriber: ```console $ cargo test test_subscriber --bin darkfid @@ -30,7 +30,7 @@ $ cargo test test_subscriber --bin darkfid In a seperate terminal, cd to /scripts directory and run the dark-client. -*Show usage manual*: +Show usage manual: ```console $ /drk -h