From 5e6b45959de679dad6b4e1d705facfdfbf2471d2 Mon Sep 17 00:00:00 2001 From: jnjerin Date: Wed, 25 Oct 2023 08:17:57 +0300 Subject: [PATCH] standardized styling on README Signed-off-by: jnjerin --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e5a1919..d8d6c084 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ Chaincode directory is specified in Fablo config file. Invokes chaincode with specified parameters. ``` -fablo chaincode invoke [transient] +fablo chaincode invoke [transient] ``` Sample command: @@ -224,7 +224,6 @@ fablo chaincode invoke "my-channel1" "chaincode1" "peer0.org1.example.com" '{"Ar ### chaincodes list Gets the instantiated or installed chaincodes in the specified channel or peer. - ``` fablo chaincodes list ```