From 566f0993c354c4f82a04adb727c82b36db358bcb Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Tue, 3 Jan 2017 19:32:54 -0800 Subject: [PATCH] Add `etc` to directory description. (#1107) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9052f865f..8ac7fcbec 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,9 @@ In the repo you'll find the following directories and files: File/Folder | Provides --------------|---------------------------------------------------------------- -`doc` | Doxygen docs -`examples` | Sample applications demonstrating OpenThread +`doc` | Code and protocol docs +`etc` | Configuration files for other build systems (e.g. Visual Studio) +`examples` | Sample applications and platforms demonstrating OpenThread `include` | Public API header files `src` | Core implementation of the Thread standard and related add-ons `tests` | Unit and Thread conformance tests