Skip to content

Commit

Permalink
docs: update readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Dec 19, 2022
1 parent ae8581e commit 892d2c7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ automatically load dotenv files based on `NODE_ENV`

[![license][license-img]][license-url]
[![release][release-img]][release-url]
[![super linter][super-linter-img]][super-linter-url]
[![test][test-img]][test-url]
[![semantic][semantic-img]][semantic-url]

`autoenv` uses [`dotenv`][] to **automatically** load environment variables from a [compatible][] `.env` file into [`process.env`][].
Expand Down Expand Up @@ -92,11 +90,5 @@ db.connect({
[release-url]: https://github.com/ahmadnassri/node-autoenv/releases
[release-img]: https://badgen.net/github/release/ahmadnassri/node-autoenv

[super-linter-url]: https://github.com/ahmadnassri/node-autoenv/actions?query=workflow%3Asuper-linter
[super-linter-img]: https://github.com/ahmadnassri/node-autoenv/workflows/super-linter/badge.svg

[test-url]: https://github.com/ahmadnassri/node-autoenv/actions?query=workflow%3Atest
[test-img]: https://github.com/ahmadnassri/node-autoenv/workflows/test/badge.svg

[semantic-url]: https://github.com/ahmadnassri/node-autoenv/actions?query=workflow%3Arelease
[semantic-img]: https://badgen.net/badge/📦/semantically%20released/blue

0 comments on commit 892d2c7

Please sign in to comment.