From 051f000de0098d5aca2c56343f56c4c35fe191d9 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Sun, 11 Feb 2024 13:01:35 -0800 Subject: [PATCH] clean up badges --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 84b8788..149fe2b 100644 --- a/README.md +++ b/README.md @@ -51,19 +51,14 @@ -# dotenv-expand +# dotenv-expand [![NPM version](https://img.shields.io/npm/v/dotenv-expand.svg?style=flat-square)](https://www.npmjs.com/package/dotenv-expand) -dotenv-expand +dotenv-expand -Dotenv-expand adds variable expansion on top of -[dotenv](http://github.com/motdotla/dotenv). If you find yourself needing to -expand environment variables already existing on your machine, then -dotenv-expand is your tool. +Dotenv-expand adds variable expansion on top of [dotenv](http://github.com/motdotla/dotenv). If you find yourself needing to expand environment variables already existing on your machine, then dotenv-expand is your tool. -[![BuildStatus](https://img.shields.io/travis/motdotla/dotenv-expand/master.svg?style=flat-square)](https://travis-ci.org/motdotla/dotenv-expand) -[![NPM version](https://img.shields.io/npm/v/dotenv-expand.svg?style=flat-square)](https://www.npmjs.com/package/dotenv-expand) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) -[![Featured on Openbase](https://badges.openbase.com/js/featured/dotenv-expand.svg?token=BGZJQVRDGu24cWu/F8LIrCmZvIhC1yUc03IUkk9/sUM=)](https://openbase.com/js/dotenv-expand?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge) +[![LICENSE](https://img.shields.io/github/license/motdotla/dotenv-expand.svg)](LICENSE) [![codecov](https://codecov.io/gh/motdotla/dotenv-expand/graph/badge.svg?token=pawWEyaMfg)](https://codecov.io/gh/motdotla/dotenv-expand) ## Install