From 5f09e6fd049b19c2c4565255f6bb92e9d433d85d Mon Sep 17 00:00:00 2001 From: "Koichi.Okamoto@sony.com" Date: Wed, 7 Nov 2018 03:31:38 +0000 Subject: [PATCH] Merged in OkamotoKoichi/nuttx/improve_nuttx_readmetxt (pull request #749) README.txt: Fix to meet the uppercase of section subject There is no "NuttX Configuration tool" subject in README.txt. The correct section name is "NuttX Configuration Tool" so that the beginner can find the detail description by searching with "NuttX Configuration Tool" smoothly. Signed-off-by: Koichi Okamoto Approved-by: GregoryN --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 4ecf8295453..6ff5ab13c76 100644 --- a/README.txt +++ b/README.txt @@ -341,7 +341,7 @@ Ubuntu Bash under Windows 10 for the needs of your project. You will also need to get the kconfig-frontends configuration as - described below under "NuttX Configuration tool". In order to build the + described below under "NuttX Configuration Tool". In order to build the kconfig-frontends configuration tool you will also need: make, gperf, flex, bison, and libncurses-dev.