From 790786b67f6a731f07b8715e0da5b585621d63fa Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 5 Dec 2024 12:54:26 +0000 Subject: [PATCH] docs(readme): point ci badge at master/main branch (#334) Signed-off-by: Frazer Smith --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 402b706..008c3cd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @fastify/compress -![CI](https://github.com/fastify/fastify-compress/workflows/CI/badge.svg) +[![CI](https://github.com/fastify/fastify-compress/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/fastify/fastify-compress/actions/workflows/ci.yml) [![NPM version](https://img.shields.io/npm/v/@fastify/compress.svg?style=flat)](https://www.npmjs.com/package/@fastify/compress) [![neostandard javascript style](https://img.shields.io/badge/code_style-neostandard-brightgreen?style=flat)](https://github.com/neostandard/neostandard)