Skip to content

Commit

Permalink
fix typo (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb authored Feb 7, 2025
1 parent f1ebbb6 commit 6772ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
[example](./example).

0 comments on commit 6772ddc

Please sign in to comment.