Skip to content

Commit 3069430

Browse files
committed
FAB-6133 Fix typo in configtxupdate README
Change-Id: I00c380c5d53d28eb8d7674825bdd2d3540910e30 Signed-off-by: Gari Singh <[email protected]>
1 parent 60a5153 commit 3069430

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/configtxupdate/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ Edit the `genesis_block.json` file in your favorite JSON editor, or manipulate i
106106
```
107107
$ export MAXBATCHSIZEPATH=".data.data[0].payload.data.config.channel_group.groups.Orderer.values.BatchSize.value.max_message_count"
108108
# Display the old batch size
109-
$ jq "$MAXBATCHSIZEPATH" genesis_block.json
109+
$ jq "$MAXBATCHSIZEPATH" genesis_block.json
110110
10
111111
112112
# Set the new batch size
113113
$ jq "$MAXBATCHSIZEPATH = 20" genesis_block.json > updated_genesis_block.json
114114
115115
# Display the new batch size
116-
$ jq "$MAXBATCHSIZEPATH" updated_genesis_block.json
116+
$ jq "$MAXBATCHSIZEPATH" updated_genesis_block.json
117117
20
118118
```
119119
The genesis block is now ready to be re-encoded into the native proto form to be used for bootstrapping.
@@ -281,7 +281,7 @@ CGO_CFLAGS=" " GOBIN=/home/yellickj/go/src/github.com/hyperledger/fabric/build/b
281281
Binary available as build/bin/orderer
282282
```
283283

284-
Start the orderer using the `SampleDevModSolo` profile option.
284+
Start the orderer using the `SampleDevModeSolo` profile option.
285285

286286
```
287287
ORDERER_GENERAL_LOGLEVEL=debug ORDERER_GENERAL_GENESISPROFILE=SampleDevModeSolo orderer

0 commit comments

Comments
 (0)