From d38701e86986e7e635dbbb76a0eaaaf79aa6232f Mon Sep 17 00:00:00 2001 From: Paul Bredenberg Date: Thu, 13 Apr 2023 15:05:15 -0400 Subject: [PATCH] chore: update README.md badges --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d42a213..029bc86 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Silvermine CloudFormation Custom Resources +[![NPM Version][npm-version]][npm-version-url] +[![License][license-badge]](./LICENSE) [![Build Status][build-status]][build-status-url] [![Coverage Status][coverage-status]][coverage-status-url] -[![Dependency Status][dependency-status]][dependency-status-url] ## What is it? @@ -24,9 +25,10 @@ This software is released under the MIT license. See [the license file](LICENSE) for more details. [contributing]: https://github.com/silvermine/silvermine-info#contributing +[npm-version]: https://img.shields.io/npm/v/@silvermine/cloudformation-custom-resources.svg +[npm-version-url]: https://www.npmjs.com/package/@silvermine/cloudformation-custom-resources +[license-badge]: https://img.shields.io/github/license/silvermine/cloudformation-custom-resources.svg [build-status]: https://github.com/silvermine/cloudformation-custom-resources/actions/workflows/ci.yml/badge.svg [build-status-url]: https://travis-ci.org/silvermine/cloudformation-custom-resources.svg?branch=master [coverage-status]: https://coveralls.io/repos/github/silvermine/cloudformation-custom-resources/badge.svg?branch=master [coverage-status-url]: https://coveralls.io/github/silvermine/cloudformation-custom-resources?branch=master -[dependency-status]: https://img.shields.io/librariesio/github/silvermine/cloudformation-custom-resources -[dependency-status-url]: https://libraries.io/npm/@silvermine%2Fcloudformation-custom-resources