From 4705b1625b51409ab92bc423e613e614a9cd7985 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Fri, 19 Aug 2016 15:13:26 -0700 Subject: [PATCH] Add `tools` directory to README. (#441) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aac79f6f7..e5289a036 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,12 @@ In the repo you'll find the following directories and files: File/Folder | Provides --------------|---------------------------------------------------------------- `doc` | Doxygen docs -`examples` | Sample applications demonstrating various parts of OpenThread -`include` | Includes header files for OpenThread API -`src` | The core implementation of the Thread standard +`examples` | Sample applications demonstrating OpenThread +`include` | Public API header files +`src` | Core implementation of the Thread standard and related add-ons `tests` | Unit and Thread conformance tests `third_party` | Third-party code used by OpenThread +`tools` | Helpful utilities related to the OpenThread project ## Documentation ##