From 0a65eca0ab0584f2ef981797c70c6e60d7c513cf Mon Sep 17 00:00:00 2001 From: Charles Ackerman Date: Thu, 9 Jun 2016 18:03:27 -0700 Subject: [PATCH] Update README.md (#123) --- examples/posix/app/cli/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/posix/app/cli/README.md b/examples/posix/app/cli/README.md index 99bc57da3..f9b763a9f 100644 --- a/examples/posix/app/cli/README.md +++ b/examples/posix/app/cli/README.md @@ -2,9 +2,9 @@ This example application demonstrates a minimal OpenThread application that exposes the OpenThread configuration and management interfaces -via a basic command-line interface. The steps below take you through -the minimal steps required to ping one (emulated) Thread device from -another (emulated) Thread device. +via a basic command-line interface. The steps below take you through +the minimal steps required to ping one emulated Thread device from +another emulated Thread device. ## 1. Build @@ -14,7 +14,7 @@ $ ./bootstrap-configure $ make ``` -## 2. Start Node 1 +## 2. Start node 1 Spawn the process: @@ -49,7 +49,7 @@ fe80:0:0:0:f3d9:2a82:c8d8:fe43 Done ``` -## 2. Start Node 2 +## 2. Start node 2 Spawn the process: @@ -80,8 +80,8 @@ Done 16 bytes from fdde:ad00:beef:0:558:f56b:d688:799: icmp_seq=1 hlim=64 ``` -## 4. Want More? +## 4. Want more? -You may note that the example above did not include any network parameter configuration, such as the IEEE 802.15.4 PAN ID or the Thread Master Key. OpenThread currently implements default values for network parameters. However, you may use the CLI to change network parameters, other configurations, and perform other operations. +You may note that the example above did not include any network parameter configuration, such as the IEEE 802.15.4 PAN ID or the Thread Master Key. OpenThread currently implements default values for network parameters, however, you may use the CLI to change network parameters, other configurations, and perform other operations. See the [OpenThread CLI Reference README.md](../../src/cli/README.md) to explore more.