diff --git a/README.md b/README.md index 681f110..2fb2636 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🏔 cliff -[ [📄 docs](https://pkg.go.dev/github.com/orsinium-labs/cliff) ] [ [🧑‍💻️ github](https://github.com/orsinium-labs/cliff) ] [ [❤️ sponsor](https://github.com/sponsors/orsinium) ] +[ [📄 docs](https://pkg.go.dev/github.com/orsinium-labs/cliff) ] [ [🐙 github](https://github.com/orsinium-labs/cliff) ] [ [❤️ sponsor](https://github.com/sponsors/orsinium) ] The simplest and safest golang library for making CLI tools. @@ -31,6 +31,8 @@ Also in runtime: * Never panics. * Makes sure all flag names and short names follow POSIX recommendations. +Read the blog post to learn more: [Writing safe-to-use Go libraries](https://blog.orsinium.dev/posts/go/safe-api/). + ## 📦 Installation ```bash