From 050d9e1e5101ddc3c5ea9e4399a21b51d4735bdf Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 5 Dec 2024 14:14:24 +0000 Subject: [PATCH] docs(readme): update ci badge syntax (#346) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2266832..a7b2e8c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @fastify/cors -![CI](https://github.com/fastify/fastify-cors/workflows/CI/badge.svg?branch=master) +[![CI](https://github.com/fastify/fastify-cors/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/fastify/fastify-cors/actions/workflows/ci.yml) [![NPM version](https://img.shields.io/npm/v/@fastify/cors.svg?style=flat)](https://www.npmjs.com/package/@fastify/cors) [![neostandard javascript style](https://img.shields.io/badge/code_style-neostandard-brightgreen?style=flat)](https://github.com/neostandard/neostandard)