Fix typo in README.md (#1)

The returned 'state' value for Node 2 should be 'router' instead of 'leader'.
This commit is contained in:
Jonathan Hui
2016-05-11 11:36:47 -07:00
parent 4f9945c533
commit dd9d6e6517
+1 -1
View File
@@ -69,7 +69,7 @@ Wait a few seconds and verify that the device has become a Thread Router:
```bash
$ state
leader
router
Done
```