From 3b1944da4a7d7fb3dd119476f4e59817ea39bd8f Mon Sep 17 00:00:00 2001 From: Justin Chen <11806483+jchen8tw@users.noreply.github.com> Date: Thu, 13 Aug 2020 20:22:27 +0800 Subject: [PATCH] Update README.rst fix readme typo Signed-off-by: jchen8tw <11806483+jchen8tw@users.noreply.github.com> --- chaincode-docker-devmode/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaincode-docker-devmode/README.rst b/chaincode-docker-devmode/README.rst index 55d7d36a..10572a53 100644 --- a/chaincode-docker-devmode/README.rst +++ b/chaincode-docker-devmode/README.rst @@ -120,7 +120,7 @@ Now, compile your chaincode: cd abstore/go go build -o abstore -Now run the chaincode with the chaincode id previosly given: +Now run the chaincode with the chaincode id previously given: .. code:: sh