From ae3272916f6ef282c31f1bfae3a355f2666c9ed7 Mon Sep 17 00:00:00 2001 From: Benjamen Keroack Date: Fri, 30 Dec 2016 14:21:03 -0800 Subject: [PATCH] grammar fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc33118e3..359d2076f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GoReleaser [![Build Status](https://travis-ci.org/goreleaser/releaser.svg?branch=master)](https://travis-ci.org/goreleaser/releaser) [![Go Report Card](https://goreportcard.com/badge/github.com/goreleaser/releaser)](https://goreportcard.com/report/github.com/goreleaser/releaser) [![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. +Deliver Go binaries as fast and easily as possible. GoReleaser builds Go binaries for several platforms, creates a github release and then push a homebrew formulae to a repository. All that wrapped in your favorite CI.