Skip to content

Commit af57f19

Browse files
author
Srinivasan Muralidharan
committed
minor doc fix
Few minor changes Change-Id: Ia5fc4e46cf6dd8df3ff19351a5c8594bd515ffcc Signed-off-by: Srinivasan Muralidharan <[email protected]>
1 parent b28f726 commit af57f19

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/source/peer-chaincode-devmode.rst

+6-4
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ Start the peer in dev mode
2929
peer node start --peer-defaultchain=false --peer-chaincodedev=true
3030

3131
The above command starts the peer using the default ``msp/sampleconfig``
32-
MSP. The ``--peer-chaincodedev=true`` puts it in “dev” mode. ##Create
33-
channels ch1 and ch2
32+
MSP. The ``--peer-chaincodedev=true`` puts it in “dev” mode.
33+
34+
Create channels ch1 and ch2
35+
---------------------------
3436

3537
::
3638

@@ -77,9 +79,9 @@ committed.
7779
peer chaincode invoke -n mycc -c '{"Args":["invoke","a","b","10"]}' -o 127.0.0.1:7050 -C ch1
7880
peer chaincode invoke -n mycc -c '{"Args":["invoke","a","b","10"]}' -o 127.0.0.1:7050 -C ch2
7981

80-
The above invokes the chaincode using the two channels.
82+
The above invoke the chaincode over the two channels.
8183

8284
::
8385

8486
peer chaincode query -n mycc -c '{"Args":["query","a"]}' -o 127.0.0.1:7050 -C ch1
85-
peer chaincode invoke -n mycc -c '{"Args":["query","a"]}' -o 127.0.0.1:7050 -C ch2
87+
peer chaincode query -n mycc -c '{"Args":["query","a"]}' -o 127.0.0.1:7050 -C ch2

0 commit comments

Comments
 (0)