From be3bc6a68cbe6fbb19cbd8595ab6ac43ff1563dc Mon Sep 17 00:00:00 2001 From: winebarrel Date: Wed, 4 Dec 2024 23:19:32 +0900 Subject: [PATCH] chore: Fix typo --- .goreleaser.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 318ef78..850b5b4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -13,7 +13,7 @@ checksum: nfpms: - file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}" homepage: https://github.com/winebarrel/rdsauth - description: rdsauth is a toll to rdsauth an auth token used to connect to a db with IAM credentials. + description: rdsauth is a tool to generate an auth token used to connect to a db with IAM credentials. license: MIT maintainer: "Genki Sugawara " formats: diff --git a/README.md b/README.md index 51e4692..2df63e3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CI](https://github.com/winebarrel/rdsauth/actions/workflows/ci.yml/badge.svg)](https://github.com/winebarrel/rdsauth/actions/workflows/ci.yml) -rdsauth is a toll to rdsauth an auth token used to connect to a db with IAM credentials. +rdsauth is a tool to generate an auth token used to connect to a db with IAM credentials. ## Download