Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed Mar 14, 2024
1 parent efa0d11 commit 35f68c7
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 @@ -44,7 +44,7 @@ The basic usage consists of just 3 steps.
var CommandSet = subcmd.DefineSet("item", List, Add)
```

Similarly, assume that multiple commands (List/Add/Delete) have been defined for user package.
Similarly, assume that multiple commands (List/Add/Delete) have been defined for `user` package.

```go
package user
Expand Down Expand Up @@ -89,7 +89,7 @@ $ myprog item list
$ myprog item add
# List subcommands in "item" command set
$ myprog item --list
$ myprog item --help
# Same about "user" command set.
$ myprog user list
Expand Down

0 comments on commit 35f68c7

Please sign in to comment.