Skip to content

Commit

Permalink
docs: add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
prinx committed May 22, 2021
1 parent ba0b473 commit 342d574
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<div align="center">
<h1>PHP Dotenv</h1>

<a href="https://travis-ci.com/prinx/dotenv"><img src="https://travis-ci.com/prinx/dotenv.svg?branch=main"></a>
[![tests](https://github.com/prinx/dotenv/actions/workflows/tests.yml/badge.svg)](https://github.com/prinx/dotenv/actions/workflows/tests.yml)
<a href="https://travis-ci.com/prinx/dotenv"><img src="https://img.shields.io/badge/License-MIT-yellow.svg"></a>
[![codecov](https://codecov.io/gh/prinx/dotenv/branch/main/graph/badge.svg?token=ZLK6TQXEDQ)](https://codecov.io/gh/prinx/dotenv)
</div>

Get easily access to environment variables.
Expand Down

0 comments on commit 342d574

Please sign in to comment.