1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

Update README.md

This commit is contained in:
Carlos Alexandro Becker 2016-12-29 21:49:58 -02:00 committed by GitHub
parent 207ce2aee7
commit 741ee6906d

View File

@ -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)
```