diff --git a/LFS171x/docs/introduction-to-hyperledger-fabric.md b/LFS171x/docs/introduction-to-hyperledger-fabric.md
index 4697356e..0ca3468c 100644
--- a/LFS171x/docs/introduction-to-hyperledger-fabric.md
+++ b/LFS171x/docs/introduction-to-hyperledger-fabric.md
@@ -434,13 +434,13 @@ The expected response is:
|:--:|
| *Licensed under [CC By 4.0](https://creativecommons.org/licenses/by/4.0/)* |
-**Note** the tags for each of the repositories above boxed in red. If the Docker images are not already tagged with the **latest** tag, perform the following command for each of the Docker images:
+**Note** the tags for each of the repositories above boxed in red. If the Docker images are not already tagged with the **latest** tag, perform the following command for each of the 'fabric' Docker images:
```
$ docker tag hyperledger/fabric-tools:x86_64-1.0.2 hyperledger/fabric-tools:latest
```
-Swap out the blue portion with the tags you see in your list of repositories. Also, swap out the red portion with the name of the Docker image you are switching the tag for (e.g.: **fabric-tools**, **fabric-ccenv**, **fabric-orderer**, etc.). Repeat this step for all Docker images you see in the list.
+Swap out the blue portion with the tags you see in your list of repositories. Also, swap out the red portion with the name of the Docker image you are switching the tag for (e.g.: **fabric-tools**, **fabric-ccenv**, **fabric-orderer**, etc.). Repeat this step for all 'fabric' Docker images you see in the list.
In the screenshot above, the Docker images are already tagged. If this is the case for you, you do not need to do this extra step.