summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-01 17:19:58 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-01 17:19:58 +0800
commit227e710fe716c8901ee02e670a57fb70eb3f222b (patch)
tree8ee1888ea00a69b81dbeec251d6821aed238fdb1 /README.md
parentf38b895aa9b220b4f5699aacb1d0a4ce8082315e (diff)
Update error message in README examples
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b748422..72cd234 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ Output:
> mycmd hello
Hello, World!
> mycmd hallo
-Subcommand not found: 'mycmd hallo'
+Dispatcher not found for command `hallo`
```
## Core Concepts