Skip to content

Commit

Permalink
[FAB-4439] Fix typo in README.md for configtxlator
Browse files Browse the repository at this point in the history
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 <yuki.kondo@hal.hitachi.com>
  • Loading branch information
yuki-kon committed Jun 7, 2017
1 parent d43269c commit 6e3c9af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/configtxupdate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ CGO_CFLAGS=" " GOBIN=/home/yellickj/go/src/github.com/hyperledger/fabric/build/b
Binary available as build/bin/configtxlator
```
```
$ configtxlator
$ configtxlator start
2017-05-31 12:57:22.499 EDT [configtxlator] main -> INFO 001 Serving HTTP requests on port: 7059
```

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

Expand Down

0 comments on commit 6e3c9af

Please sign in to comment.