Skip to content

Commit

Permalink
docs(readme): update ci badge syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Dec 5, 2024
1 parent 43db5e7 commit 44fad9b
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,7 +1,7 @@
# @fastify/funky

[![NPM Version][npm-image]][npm-url]
[![Build Status](https://github.com/fastify/fastify-funky/workflows/CI/badge.svg)](https://github.com/fastify/fastify-funky/actions)
[![CI](https://github.com/fastify/fastify-funky/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/fastify/fastify-funky/actions/workflows/ci.yml)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)

Support for Fastify routes returning functional structures, such as `fp-ts` Either, Task, TaskEither, or plain JavaScript parameterless functions.
Expand Down

0 comments on commit 44fad9b

Please sign in to comment.