This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 3dc9bd459 README: Fix application directory wording.
3dc9bd459 is described below
commit 3dc9bd4598ffb48e1c0b2e06374a95f0e321b8ba
Author: Old-Ding <[email protected]>
AuthorDate: Mon Jul 6 00:28:45 2026 +0800
README: Fix application directory wording.
Fix two wording issues in the apps README.
Signed-off-by: Old-Ding <[email protected]>
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index dc179d7c9..204931977 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ NuttX directory. Like:
If all of the above conditions are TRUE, then NuttX will be able to find the
application directory. If your application directory has a different name or is
-location at a different position, then you will have to inform the NuttX build
+located at a different position, then you will have to inform the NuttX build
system of that location. There are several ways to do that:
1) You can define `CONFIG_APPS_DIR` to be the full path to your application
@@ -140,7 +140,7 @@ project. One must:
main()
```
- 4. Set the requirements in the file: `Makefile`, specially the lines:
+ 4. Set the requirements in the file: `Makefile`, specifically the lines:
```makefile
PROGNAME = progname