Skip to content

Commit 3f9854c

Browse files
committed
docs: fix badge
1 parent 90b6989 commit 3f9854c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
PHP underscore inspired &/or cloned from awesome `_.js`. A set of utilities and data manipulation helpers providing convenience functionalites to deal with array, list, hash, functions and so on in a neat elegant and OOP way. Guaranteed to save you tons of boiler plate codes when churning complex data collection.
44

5-
[![Latest Version](https://img.shields.io/github/release/adhocore/underscore.svg?style=flat-square)](https://github.com/adhocore/underscore/releases)
5+
[![Latest Version](https://img.shields.io/github/release/adhocore/php-underscore.svg?style=flat-square)](https://github.com/adhocore/php-underscore/releases)
66
[![Travis Build](https://img.shields.io/travis/adhocore/php-underscore/master.svg?style=flat-square)](https://travis-ci.org/adhocore/php-underscore?branch=master)
7-
[![Scrutinizer CI](https://img.shields.io/scrutinizer/g/adhocore/underscore.svg?style=flat-square)](https://scrutinizer-ci.com/g/adhocore/underscore/?branch=master)
8-
[![Codecov branch](https://img.shields.io/codecov/c/github/adhocore/underscore/master.svg?style=flat-square)](https://codecov.io/gh/adhocore/underscore)
7+
[![Scrutinizer CI](https://img.shields.io/scrutinizer/g/adhocore/php-underscore.svg?style=flat-square)](https://scrutinizer-ci.com/g/adhocore/php-underscore/?branch=master)
8+
[![Codecov branch](https://img.shields.io/codecov/c/github/adhocore/php-underscore/master.svg?style=flat-square)](https://codecov.io/gh/adhocore/php-underscore)
99
[![StyleCI](https://styleci.io/repos/108437038/shield)](https://styleci.io/repos/108437038)
1010
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
1111

0 commit comments

Comments
 (0)