From 1172e2e18908dd5a40058bebccb57d45a49047b0 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 5 Dec 2024 13:26:44 +0000 Subject: [PATCH] docs(readme): update ci badge syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84f8f83..21bb566 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @fastify/jwt -![CI](https://github.com/fastify/fastify-jwt/workflows/CI/badge.svg) +[![CI](https://github.com/fastify/fastify-jwt/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/fastify/fastify-jwt/actions/workflows/ci.yml) [![NPM version](https://img.shields.io/npm/v/@fastify/jwt.svg?style=flat)](https://www.npmjs.com/package/@fastify/jwt) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)