From 6e3c9afd3caac8b8ad572318b018a4279d644c58 Mon Sep 17 00:00:00 2001 From: Yuki Kondo Date: Tue, 6 Jun 2017 20:05:40 -0700 Subject: [PATCH] [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 --- examples/configtxupdate/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/configtxupdate/README.md b/examples/configtxupdate/README.md index 906f3abf6d8..46efd28c6a1 100644 --- a/examples/configtxupdate/README.md +++ b/examples/configtxupdate/README.md @@ -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 ``` @@ -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 ```