From e0bfe08ccf5b71713c5db8c24dd95d04842f1cdc Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 25 Mar 2025 18:16:43 -0400 Subject: [PATCH] README.md : Fixed test example command line. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a05e9e1..192a6dd 100644 --- a/README.md +++ b/README.md @@ -62,5 +62,5 @@ make install # installs into caw/build/linux/release/bin Test Example Command line ``` -caw test ~/src/cwtest/src/cwtest/cfg/main.cfg /time all echo +caw test ~/src/cwtest/src/cwtest/cfg/test/main.cfg /time all echo ```