From 6772ddcbe3d6f654cd2e11b07302eff918ee11be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Barroso?= Date: Fri, 7 Feb 2025 11:19:59 +0100 Subject: [PATCH] fix typo (#16) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40de4d6..6911698 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ go get github.com/conduitio/ecdysis ``` To create a new command, define a struct that implements `ecdysis.Command` and -any other `ecdysis.CommandWih*` interfaces you need. The recommended pattern is +any other `ecdysis.CommandWith*` interfaces you need. The recommended pattern is to list the interfaces that the command implements in a `var` block. ```go @@ -214,4 +214,4 @@ A full list of supported tags: - `hidden`: Whether the flag is hidden (i.e. not shown in help) For a more example on how to use persistent flags in subcommands, see the -[example](./example). \ No newline at end of file +[example](./example).