From 45387f5dc03fd788253a9f99404eb7b9458c2280 Mon Sep 17 00:00:00 2001 From: Colin Kennedy Date: Wed, 31 Aug 2022 14:40:08 -0300 Subject: [PATCH] docs: insert missing word (#3352) ... ... ... --- www/docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/intro.md b/www/docs/intro.md index ca678a476fe..3a51312b5ba 100644 --- a/www/docs/intro.md +++ b/www/docs/intro.md @@ -3,7 +3,7 @@ GoReleaser is a release automation tool for Go projects. The goal is to simplify the build, release and publish steps while providing variant customization options for all steps. -It has been widely adopted by the Go community in the past years, with [thousands of projects](https://github.com/search?l=&q=filename%3Agoreleaser+language%3Ayaml+-path%3A%2Fvendor&type=code) it to manage their releases. +It has been widely adopted by the Go community in the past years, with [thousands of projects](https://github.com/search?l=&q=filename%3Agoreleaser+language%3Ayaml+-path%3A%2Fvendor&type=code) using it to manage their releases. You can check some of our users out [here](/users). GoReleaser was built with CI tools in mind — you only really need to download and execute it in your build script.