Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Spelling mistake, it should be used not user.

Signed-off-by: Vikash Yadav <[email protected]>
  • Loading branch information
Vikash-8090-Yadav authored and jt-nti committed May 11, 2023
1 parent 2a95136 commit 0722995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0722995

Please sign in to comment.