Skip to content

Commit 4176073

Browse files
Use http://shields.io for README badges.
1 parent 2f30d3d commit 4176073

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,9 +2,9 @@
22

33
npm package for https://code.google.com/p/google-diff-match-patch/
44

5-
[![Build Status](https://travis-ci.org/ForbesLindesay/diff-match-patch.png?branch=master)](https://travis-ci.org/ForbesLindesay/diff-match-patch)
6-
[![Dependency Status](https://gemnasium.com/ForbesLindesay/diff-match-patch.png)](https://gemnasium.com/ForbesLindesay/diff-match-patch)
7-
[![NPM version](https://badge.fury.io/js/diff-match-patch.png)](http://badge.fury.io/js/diff-match-patch)
5+
[![Build Status](https://img.shields.io/travis/ForbesLindesay/diff-match-patch/master.svg)](https://travis-ci.org/ForbesLindesay/diff-match-patch)
6+
[![Dependency Status](https://img.shields.io/gemnasium/ForbesLindesay/diff-match-patch.svg)](https://gemnasium.com/ForbesLindesay/diff-match-patch)
7+
[![NPM version](https://img.shields.io/npm/v/diff-match-patch.svg)](http://badge.fury.io/js/diff-match-patch)
88

99
## Installation
1010

0 commit comments

Comments
 (0)