Skip to content

Commit 97a77dd

Browse files
authored
Merge pull request #508 from SRshohan/fix-doc
Swapped channelName with peer-domain
2 parents 005686d + 0d0e44d commit 97a77dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@ Chaincode directory is specified in Fablo config file.
213213
Invokes chaincode with specified parameters.
214214
215215
```
216-
fablo chaincode invoke <channel-name> <chaincode-name> <peers-domains-comma-separated> <command> [transient]
216+
fablo chaincode invoke <peers-domains-comma-separated> <channel-name> <chaincode-name> <command> [transient]
217217
```
218218
Sample command:
219219
220220
```
221-
fablo chaincode invoke "my-channel1" "chaincode1" "peer0.org1.example.com" '{"Args":["KVContract:put", "name", "Willy Wonka"]}'
221+
fablo chaincode invoke "peer0.org1.example.com" "my-channel1" "chaincode1" '{"Args":["KVContract:put", "name", "Willy Wonka"]}'
222222
```
223223
224224
### chaincodes list

0 commit comments

Comments
 (0)