Skip to content

Commit 6e3c9af

Browse files
committed
[FAB-4439] Fix typo in README.md for configtxlator
Configtxlator doesn't start by following README.md (example/configtxupdate/README.md). The instruction is missing an arg to start configtxlator. This patch fixes the document. Change-Id: If9669398216dd51f8a0a360035dec4000023922a Signed-off-by: Yuki Kondo <[email protected]>
1 parent d43269c commit 6e3c9af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/configtxupdate/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ CGO_CFLAGS=" " GOBIN=/home/yellickj/go/src/github.com/hyperledger/fabric/build/b
6868
Binary available as build/bin/configtxlator
6969
```
7070
```
71-
$ configtxlator
71+
$ configtxlator start
7272
2017-05-31 12:57:22.499 EDT [configtxlator] main -> INFO 001 Serving HTTP requests on port: 7059
7373
```
7474

@@ -124,7 +124,7 @@ CGO_CFLAGS=" " GOBIN=/home/yellickj/go/src/github.com/hyperledger/fabric/build/b
124124
Binary available as build/bin/configtxlator
125125
```
126126
```
127-
$ configtxlator
127+
$ configtxlator start
128128
2017-05-31 12:57:22.499 EDT [configtxlator] main -> INFO 001 Serving HTTP requests on port: 7059
129129
```
130130

0 commit comments

Comments
 (0)