ソースを参照

fixed formatting error

rachel-rose 5 年 前
コミット
565a96e675
1 ファイル変更3 行追加3 行削除
  1. 3 3
      README.md

+ 3 - 3
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