From dd9d6e6517b305847257411c072537b0c1ec8fee Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Wed, 11 May 2016 11:36:47 -0700 Subject: [PATCH] Fix typo in README.md (#1) The returned 'state' value for Node 2 should be 'router' instead of 'leader'. --- examples/cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cli/README.md b/examples/cli/README.md index 4cd8bbe1d..9871b13e5 100644 --- a/examples/cli/README.md +++ b/examples/cli/README.md @@ -69,7 +69,7 @@ Wait a few seconds and verify that the device has become a Thread Router: ```bash $ state -leader +router Done ```