Skip to content

Commit

Permalink
docs(readme): update ci badge syntax (#1263)
Browse files Browse the repository at this point in the history
* docs(readme): update ci badge syntax

* Update README.md

Signed-off-by: Frazer Smith <frazer.dev@icloud.com>

---------

Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
  • Loading branch information
Fdawgs authored Dec 5, 2024
1 parent 4255299 commit be80021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @fastify/passport

[![CI](https://github.com/fastify/fastify-passport/workflows/CI/badge.svg)](https://github.com/fastify/fastify-passport/actions/workflows/ci.yml)
[![CI](https://github.com/fastify/fastify-passport/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/fastify/fastify-passport/actions/workflows/ci.yml)
[![NPM version](https://img.shields.io/npm/v/@fastify/passport.svg?style=flat)](https://www.npmjs.com/package/@fastify/passport)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier)

Expand Down

0 comments on commit be80021

Please sign in to comment.