summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--mingling/README.md2
2 files changed, 2 insertions, 2 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
diff --git a/mingling/README.md b/mingling/README.md
index e4bb725..c4ceb09 100644
--- a/mingling/README.md
+++ b/mingling/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