From 072299541bb8e9e0407a23d29cf561fc4486421b Mon Sep 17 00:00:00 2001 From: Vikash Yadav Date: Wed, 10 May 2023 22:20:22 +0530 Subject: [PATCH] Update README.md Spelling mistake, it should be used not user. Signed-off-by: Vikash Yadav --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fb5d78..50e8709 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Deploy the chaincode package as usual, starting by installing the k8s chaincode peer lifecycle chaincode install go-contract.tgz ``` -You can also user the `peer` command to get the chaincode package ID. +You can also use the `peer` command to get the chaincode package ID. ```shell export PACKAGE_ID=$(peer lifecycle chaincode calculatepackageid go-contract.tgz) && echo $PACKAGE_ID