diff --git a/README.md b/README.md
index f815a0d20..8300dead7 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,21 @@
-# GoReleaser
+
+
+
GoReleaser
+ Deliver Go binaries as fast and easily as possible.
+
+ [](https://github.com/goreleaser/goreleaser/releases/latest)
+ [](LICENSE.md)
+ [](https://travis-ci.org/goreleaser/goreleaser)
+ [](https://codecov.io/gh/goreleaser/goreleaser)
+ [](https://goreportcard.com/report/github.com/goreleaser/goreleaser)
+ [](http://godoc.org/github.com/goreleaser/goreleaser)
+ [](https://saythanks.io/to/caarlos0)
+ [](https://github.com/goreleaser)
+
+
+
+---
-
GoReleaser builds Go binaries for several platforms, creates a GitHub release and then
pushes a Homebrew formula to a repository. All that wrapped in your favorite CI.
@@ -8,15 +23,6 @@ pushes a Homebrew formula to a repository. All that wrapped in your favorite CI.
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.
We appreciate your contribution. Please refer to our [contributing guidelines](CONTRIBUTING.md) for further information.
-[](https://github.com/goreleaser/goreleaser/releases/latest)
-[](LICENSE.md)
-[](https://travis-ci.org/goreleaser/goreleaser)
-[](https://codecov.io/gh/goreleaser/goreleaser)
-[](https://goreportcard.com/report/github.com/goreleaser/goreleaser)
-[](http://godoc.org/github.com/goreleaser/goreleaser)
-[](https://saythanks.io/to/caarlos0)
-[](https://github.com/goreleaser)
-
For questions join the [#goreleaser](https://gophers.slack.com/messages/goreleaser/) channel in the [Gophers Slack](https://invite.slack.golangbridge.org/).
# Table of contents
@@ -37,8 +43,6 @@ We are also working on integrating with package managers, we currently support H
The idea started with a [simple shell script](https://github.com/goreleaser/old-go-releaser), but it quickly became more complex and I also wanted to publish binaries via Homebrew.
-_So, the all-new GoReleaser was born._
-
## Quick start
In this example we will build, archive and release a Golang project.