diff --git a/README.md b/README.md index 7f33f3cb..4cf40d90 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Fork of [spf13/pflag](https://github.com/spf13/pflag) aimed to provide support f Support shorthand-only flags (e.g. `-h` without `--help`) using `S` suffix for flag functions: ```go -pflag.BoolS("help", "h", false, "show help") // -s +pflag.BoolS("help", "h", false, "show help") // -h ``` ### Long Shorthand @@ -23,4 +23,5 @@ Support shorthand flags that are more than one character long (e.g. `pkill -