From 9beba2e5bca6fb6c5b0531409202d29480180dfb Mon Sep 17 00:00:00 2001 From: Grant Birkinbine Date: Wed, 1 Nov 2023 14:49:04 -0600 Subject: [PATCH] Update README.md Co-authored-by: Nick Alteen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4800b4a..36dc136 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![CI](https://github.com/actions/typescript-action/actions/workflows/ci.yml/badge.svg) [![Check dist/](https://github.com/actions/typescript-action/actions/workflows/check-dist.yml/badge.svg)](https://github.com/actions/typescript-action/actions/workflows/check-dist.yml) [![CodeQL](https://github.com/actions/typescript-action/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/actions/typescript-action/actions/workflows/codeql-analysis.yml) -[![coverage](./badges/coverage.svg)](./badges/coverage.svg) +[![Coverage](./badges/coverage.svg)](./badges/coverage.svg) Use this template to bootstrap the creation of a TypeScript action. :rocket: