From aaaafaf9d2db555b313c3946d1033cb31ce0fc4b Mon Sep 17 00:00:00 2001 From: huangyi Date: Thu, 25 Jul 2024 11:04:04 +0800 Subject: [PATCH] fix readme --- testground/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testground/README.md b/testground/README.md index eed44e3cad..7bfcc5bee5 100644 --- a/testground/README.md +++ b/testground/README.md @@ -81,10 +81,10 @@ You need to have the `cronosd` in `PATH`. ```bash $ nix run github:crypto-org-chain/cronos#stateless-testcase gen /tmp/data/out \ - --validators 3 - --fullnodes 7 - --hostname_template "testplan-{index}" - --num_accounts 10 + --validators 3 \ + --fullnodes 7 \ + --hostname_template "testplan-{index}" \ + --num_accounts 10 \ --num_txs 1000 ```