From e1fb6269dceab7badd55697c83a14d8d0bfe5804 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Wed, 23 Mar 2022 07:18:22 -0700 Subject: [PATCH] Fix typo (#683) * Fix Typo Set up as two words functions as a verb. Signed-off-by: James Wilson --- test-network/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test-network/README.md b/test-network/README.md index 0f021520..014d3831 100644 --- a/test-network/README.md +++ b/test-network/README.md @@ -6,9 +6,9 @@ Before you can deploy the test network, you need to follow the instructions to [ ## Using the Peer commands -The `setOrgEnv.sh` script can be used to setup the environment variables for the ogrganziations, this will will help to be able to use the `peer` commands directly. +The `setOrgEnv.sh` script can be used to set up the environment variables for the organizations, this will help to be able to use the `peer` commands directly. -First, ensure that the peer binaries are on your path, and the Fabric Config path is set Assuming that you're in the `test-network` directory. +First, ensure that the peer binaries are on your path, and the Fabric Config path is set assuming that you're in the `test-network` directory. ```bash export PATH=$PATH:$(realpath ../bin) @@ -21,10 +21,10 @@ You can then set up the environment variables for each organization. The `./setO export $(./setOrgEnv.sh Org2 | xargs) ``` -(Note bash v4 is required for the scripts) +(Note bash v4 is required for the scripts.) -You will now be able to run the `peer` commands in the context of Org2. If a different command prompt you can run the same command with Org1 instead. -The `setOrgEnv` script outputs a series of `=` strings. These can then be fed into the export command for your current shell +You will now be able to run the `peer` commands in the context of Org2. If a different command prompt, you can run the same command with Org1 instead. +The `setOrgEnv` script outputs a series of `=` strings. These can then be fed into the export command for your current shell. ## Chaincode-as-a-service