diff --git a/README.md b/README.md index 6158e82aa..fe2dbd79b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GoReleaser +# GoReleaser [![Powered By: GoReleaser](https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=flat-square)](https://github.com/goreleaser) Deliver Go binaries as fast and easy as possible. @@ -106,3 +106,11 @@ class Antibody < Formula end end ``` + +## Badges + +Feel free to use it in your own projects: + +```md +[![Powered By: GoReleaser](https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=flat-square)](https://github.com/goreleaser) +```