Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajgs committed Jul 16, 2024
1 parent 2d52147 commit 87090b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# go-broccli
# broccli

----

The `nicholasgasior/broccli` package simplifies command line interface management. It allows you to define commands complete with arguments and flags, and attach handlers to them. The package handles all the parsing automatically.
The `mikolajgs/broccli` package simplifies command line interface management. It allows you to define commands complete with arguments and flags, and attach handlers to them. The package handles all the parsing automatically.

----

Expand All @@ -13,7 +13,7 @@ Ensure you have your
run the following:

```
go get -u github.com/nicholasgasior/go-broccli/v2
go get -u github.com/mikolajgs/broccli
```

### Example
Expand Down

0 comments on commit 87090b7

Please sign in to comment.