Skip to content

Commit

Permalink
standardized styling on README
Browse files Browse the repository at this point in the history
Signed-off-by: jnjerin <njerijoan24@gmail.com>
  • Loading branch information
jnjerin committed Oct 25, 2023
1 parent 5b8ce14 commit 5e6b459
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Chaincode directory is specified in Fablo config file.
Invokes chaincode with specified parameters.
```
fablo chaincode invoke <channel_name> <chaincode_name> <peers_domains_comma_separated> <command> [transient]
fablo chaincode invoke <channel-name> <chaincode-name> <peers-domains-comma-separated> <command> [transient]
```
Sample command:
Expand All @@ -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 <peer> <channel>
```
Expand Down

0 comments on commit 5e6b459

Please # to comment.