Skip to content

Commit fdead6f

Browse files
committed
Update readme (flat-square style badges)
Signed-off-by: Jack Cherng <[email protected]>
1 parent 39872e3 commit fdead6f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# php-diff
22

3-
<a href="https://travis-ci.org/jfcherng/php-diff"><img alt="Travis (.org) branch" src="https://img.shields.io/travis/jfcherng/php-diff/v6"></a>
4-
<a href="https://app.codacy.com/project/jfcherng/php-diff/dashboard"><img alt="Codacy grade" src="https://img.shields.io/codacy/grade/3a7a07d2ed67434e8e8582ea4ec9867b/v6"></a>
5-
<a href="https://packagist.org/packages/jfcherng/php-diff"><img alt="Packagist" src="https://img.shields.io/packagist/dt/jfcherng/php-diff"></a>
6-
<a href="https://packagist.org/packages/jfcherng/php-diff"><img alt="Packagist Version" src="https://img.shields.io/packagist/v/jfcherng/php-diff"></a>
7-
<a href="https://github.com/jfcherng/php-diff/blob/v6/LICENSE"><img alt="Project license" src="https://img.shields.io/github/license/jfcherng/php-diff"></a>
8-
<a href="https://github.com/jfcherng/php-diff/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/jfcherng/php-diff?logo=github"></a>
9-
<a href="https://www.paypal.me/jfcherng/5usd" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-blue.svg?logo=paypal" /></a>
3+
<a href="https://travis-ci.org/jfcherng/php-diff"><img alt="Travis (.org) branch" src="https://img.shields.io/travis/jfcherng/php-diff/v6?style=flat-square"></a>
4+
<a href="https://app.codacy.com/project/jfcherng/php-diff/dashboard"><img alt="Codacy grade" src="https://img.shields.io/codacy/grade/3a7a07d2ed67434e8e8582ea4ec9867b/v6?style=flat-square"></a>
5+
<a href="https://packagist.org/packages/jfcherng/php-diff"><img alt="Packagist" src="https://img.shields.io/packagist/dt/jfcherng/php-diff?style=flat-square"></a>
6+
<a href="https://packagist.org/packages/jfcherng/php-diff"><img alt="Packagist Version" src="https://img.shields.io/packagist/v/jfcherng/php-diff?style=flat-square"></a>
7+
<a href="https://github.com/jfcherng/php-diff/blob/v6/LICENSE"><img alt="Project license" src="https://img.shields.io/github/license/jfcherng/php-diff?style=flat-square"></a>
8+
<a href="https://github.com/jfcherng/php-diff/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/jfcherng/php-diff?style=flat-square&logo=github"></a>
9+
<a href="https://www.paypal.me/jfcherng/5usd" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-blue.svg?style=flat-square&logo=paypal" /></a>
1010

1111
A comprehensive library for generating diff between two strings.
1212

@@ -27,8 +27,8 @@ You may modify one from `example/diff-table.css` or write your own from zero.
2727

2828
## Requirements
2929

30-
![php](https://img.shields.io/badge/php-%5E7.1.3-blue)
31-
![ext-iconv](https://img.shields.io/badge/ext-iconv-brightgreen)
30+
![php](https://img.shields.io/badge/php-%5E7.1.3-blue?style=flat-square)
31+
![ext-iconv](https://img.shields.io/badge/ext-iconv-brightgreen?style=flat-square)
3232

3333

3434
## Installation

0 commit comments

Comments
 (0)