From 340531ceeda3ff18c18934ccc457f7f2e0de406c Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Tue, 25 Apr 2017 10:40:56 -0600 Subject: [PATCH] Fix some minor typos in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 290763bbb..33d1071e7 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,7 @@ end ### FPM build customization -GoReleaser can be wired to [fpm]() to generate `.deb`, `.rpm` and other archives. Check it's +GoReleaser can be wired to [fpm]() to generate `.deb`, `.rpm` and other archives. Check its [wiki](https://github.com/jordansissel/fpm/wiki) for more info. [fpm]: https://github.com/jordansissel/fpm @@ -391,7 +391,7 @@ fpm: # Your app's maintainer (probably you) # Default is empty - maintainer: + maintainer: Drummer # Your app's description # Default is empty @@ -417,7 +417,7 @@ fpm: - bash ``` -Note that GoReleaser will not install `fpm` nor any of it's dependencies for you. +Note that GoReleaser will not install `fpm` nor any of its dependencies for you. ## Integration with CI