From a3df65394c3cc6ac7a308a89255b3889c39ac9a1 Mon Sep 17 00:00:00 2001 From: Dave Kelsey Date: Thu, 27 Jul 2017 14:56:20 +0100 Subject: [PATCH] =?UTF-8?q?remove=20term=20=E2=80=98endorsing=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dave Kelsey --- packages/composer-website/jekylldocs/reference/commands.md | 4 ++-- .../jekylldocs/reference/composer.network.start.md | 4 ++-- .../jekylldocs/reference/composer.runtime.install.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/composer-website/jekylldocs/reference/commands.md b/packages/composer-website/jekylldocs/reference/commands.md index 214ceb6b0d..1bfe3bd107 100644 --- a/packages/composer-website/jekylldocs/reference/commands.md +++ b/packages/composer-website/jekylldocs/reference/commands.md @@ -62,11 +62,11 @@ Upgrade the {{site.data.conrefs.composer_full}} runtime of a specific deployed b `composer network start` -Deploy a business network archive to a {{site.data.conrefs.hlf_full}} endorsing peer that already has the {{site.data.conrefs.composer_full}} runtime installed: [composer network start](./composer.network.start.md) +Deploy a business network archive to a {{site.data.conrefs.hlf_full}} peer that already has the {{site.data.conrefs.composer_full}} runtime installed: [composer network start](./composer.network.start.md) `composer runtime install` -Install the {{site.data.conrefs.composer_full}} runtime to a {{site.data.conrefs.hlf_full}} endorsing peer: [composer runtime install](./composer.runtime.install.md) +Install the {{site.data.conrefs.composer_full}} runtime to a {{site.data.conrefs.hlf_full}} peer: [composer runtime install](./composer.runtime.install.md) ## Participant and Identity management diff --git a/packages/composer-website/jekylldocs/reference/composer.network.start.md b/packages/composer-website/jekylldocs/reference/composer.network.start.md index f364f706e6..42a919eb6e 100644 --- a/packages/composer-website/jekylldocs/reference/composer.network.start.md +++ b/packages/composer-website/jekylldocs/reference/composer.network.start.md @@ -10,9 +10,9 @@ excerpt: Composer Network Start --- -The `composer network start` utility is used to deploy a business network archive from local disk to the {{site.data.conrefs.hlf_full}} endorsing peers. +The `composer network start` utility is used to deploy a business network archive from local disk to the {{site.data.conrefs.hlf_full}} peers. -_Please Note_: You **must** first install the {{site.data.conrefs.composer_full}} runtime to the {{site.data.conrefs.hlf_full}} endorsing peers by using the `composer runtime install` command. The business network name specified in the `composer runtime install` command must be the same as the business network name specified in the `composer network start` command. +_Please Note_: You **must** first install the {{site.data.conrefs.composer_full}} runtime to the {{site.data.conrefs.hlf_full}} peers by using the `composer runtime install` command. The business network name specified in the `composer runtime install` command must be the same as the business network name specified in the `composer network start` command. ``` composer network start -a -i -s diff --git a/packages/composer-website/jekylldocs/reference/composer.runtime.install.md b/packages/composer-website/jekylldocs/reference/composer.runtime.install.md index 633403877c..46ec5ebda6 100644 --- a/packages/composer-website/jekylldocs/reference/composer.runtime.install.md +++ b/packages/composer-website/jekylldocs/reference/composer.runtime.install.md @@ -10,9 +10,9 @@ excerpt: Composer Runtime Install --- -The `composer runtime install` command is used to install the {{site.data.conrefs.composer_full}} runtime on the {{site.data.conrefs.hlf_full}} endorsing peers of the blockchain network you are connecting to. This command must be run before the `composer network start` command. +The `composer runtime install` command is used to install the {{site.data.conrefs.composer_full}} runtime on the {{site.data.conrefs.hlf_full}} peers of the blockchain network you are connecting to. This command must be run before the `composer network start` command. -_Please Note_: The `--businessNetworkName, -n` option **must** contain the same name as the business network name you intend to run on the {{site.data.conrefs.hlf_full}} endorsing peers. Only business networks with names matching the `--businessNetworkName, -n` option given in this command will successfully run. +_Please Note_: The `--businessNetworkName, -n` option **must** contain the same name as the business network name you intend to run on the {{site.data.conrefs.hlf_full}} peers. Only business networks with names matching the `--businessNetworkName, -n` option given in this command will successfully run. ``` composer runtime install -n -p -i -s