Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-codes authored Oct 9, 2024
1 parent c63611d commit 1eb35d9
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 @@ -48,8 +48,8 @@ for opt, err := range state.All(config) {
```
# Behavior

This package uses [GNU libc] as a reference for behavior, since many expect the
non-standard features it provides.
This package uses [GNU libc](https://www.gnu.org/software/libc/) as a reference for behavior, since many expect the
non-standard features it provides. This is accomplished via a C test generator that runs getopt for all functions and parsing modes.

It supports the same configuration options as the GNU options via [Mode](https://pkg.go.dev/github.com/jon-codes/getopt#Mode):
- [ModeGNU](https://pkg.go.dev/github.com/jon-codes/getopt#ModeGNU): enables default behavior.
Expand Down

0 comments on commit 1eb35d9

Please sign in to comment.