From a5e3a4d1121547e5f7341101f94edd532df2b8e5 Mon Sep 17 00:00:00 2001 From: Connor Gray Date: Wed, 28 Dec 2022 13:30:40 -0600 Subject: [PATCH] docs: Replace ambiguous use of 'commands' with 'executables' (#10) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aefe8eb..0444953 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ and viewed as online documentation. 3. Save `CommandLineHelp.md` in git, and link to it from the project's README.md or other relevant documentation. -> For projects that have multiple associated commands, consider using the +> For projects that have multiple associated executables, consider using the > command name as a suffix. For example: `CommandLineHelp-your-app.md`, > `CommandLineHelp-other-app.md`.