diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | mingling/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |
