From 1eb35d9d38746e5e14abc37b440b79a58694053a Mon Sep 17 00:00:00 2001 From: Jon Webb Date: Tue, 8 Oct 2024 22:50:52 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b56d6cb..0f5a0a0 100644 --- a/README.md +++ b/README.md @@ -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.