diff --git a/README.md b/README.md index b45f401e..4563c211 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ and flags that are only available to that command. In the example above, 'port' is the flag. Flag functionality is provided by the [pflag -library](https://github.com/ogier/pflag), a fork of the flag standard library +library](https://github.com/spf13/pflag), a fork of the flag standard library which maintains the same interface while adding POSIX compliance. ## Usage