Skip to content

Commit 6b74977

Browse files
committed
Updated readme badges
1 parent 60bb65d commit 6b74977

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/codervio/envmanager.svg?style=flat-square)](https://packagist.org/packages/codervio/envmanager)
44
[![Build Status](https://travis-ci.org/Codervio/Envmanager.svg?branch=master)](https://travis-ci.org/Codervio/Envmanager)
5-
[![Total Downloads](https://img.shields.io/scrutinizer/g/codervio/envmanager.svg?style=flat-square)](https://packagist.org/packages/codervio/envmanager)
5+
[![Total Downloads](https://img.shields.io/scrutinizer/g/codervio/envmanager.svg?style=flat-square)](https://scrutinizer-ci.com/g/Codervio/Envmanager/?branch=master)
66

77
The `Environment manager` parses, populates dot environment variables from env files to super global $_ENV variable, apache and getenv function.
88
It supports for checking variables and fetching system only variables.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ var_dump($envparser->getSystemVars());
205205
### EnvEditor
206206

207207
* [`Enveditor`](enveditor.md) - Instance environment for creating environment file
208-
* [`Help`](helps.md) - Common helps and issues in a code
208+
* [`Help`](helps.md) - Common helps and issues in a code

0 commit comments

Comments
 (0)