From b9780dadce01e90b14c812bcfeb0f172b8cceaca Mon Sep 17 00:00:00 2001 From: Daniel Li Date: Sun, 4 Feb 2024 18:07:18 +0000 Subject: [PATCH] chore: update README.md badges --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ccf0092..0431586 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,10 @@ -[![Build Status](https://travis-ci.org/d4nyll/mermal.svg?branch=master)](https://travis-ci.org/d4nyll/mermal) -[![Maintainability](https://api.codeclimate.com/v1/badges/988aa7d648997b23e4f7/maintainability)](https://codeclimate.com/github/d4nyll/mermal/maintainability) -[![Greenkeeper badge](https://badges.greenkeeper.io/d4nyll/mermal.svg)](https://greenkeeper.io/) -[![Known Vulnerabilities](https://snyk.io/test/github/d4nyll/mermal/badge.svg)](https://snyk.io/test/github/d4nyll/mermal) +[![CI Build Status](https://github.com/d4nyll/mermal/actions/workflows/ci.yaml/badge.svg)](https://travis-ci.org/d4nyll/mermal) [![Maintainability](https://api.codeclimate.com/v1/badges/988aa7d648997b23e4f7/maintainability)](https://codeclimate.com/github/d4nyll/mermal/maintainability) Merges one or more YAML files into a base file. ## Usage -`mermal` is available on NPM. - -[![NPM](https://nodei.co/npm/mermal.png?compact=true)](https://nodei.co/npm/mermal/) +`mermal` is available on [npmjs.com](https://www.npmjs.com/package/mermal). `mermal` provides an API as well as a CLI.