Skip to content

Commit 6772ddc

Browse files
authored
fix typo (#16)
1 parent f1ebbb6 commit 6772ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ go get github.com/conduitio/ecdysis
1919
```
2020

2121
To create a new command, define a struct that implements `ecdysis.Command` and
22-
any other `ecdysis.CommandWih*` interfaces you need. The recommended pattern is
22+
any other `ecdysis.CommandWith*` interfaces you need. The recommended pattern is
2323
to list the interfaces that the command implements in a `var` block.
2424

2525
```go
@@ -214,4 +214,4 @@ A full list of supported tags:
214214
- `hidden`: Whether the flag is hidden (i.e. not shown in help)
215215

216216
For a more example on how to use persistent flags in subcommands, see the
217-
[example](./example).
217+
[example](./example).

0 commit comments

Comments
 (0)