Skip to content

Commit 5a0cfbc

Browse files
Use svg badges :)
1 parent 16bf212 commit 5a0cfbc

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
@@ -5,9 +5,9 @@ This is a simple implementation of Promises. It is a super set of ES6 Promises
55

66
For detailed tutorials on its use, see www.promisejs.org
77

8-
[![Build Status](https://travis-ci.org/then/promise.png)](https://travis-ci.org/then/promise)
9-
[![Dependency Status](https://gemnasium.com/then/promise.png)](https://gemnasium.com/then/promise)
10-
[![NPM version](https://badge.fury.io/js/promise.png)](http://badge.fury.io/js/promise)
8+
[![Build Status](https://img.shields.io/travis/then/promise/master.svg)](https://travis-ci.org/then/promise)
9+
[![Dependency Status](https://img.shields.io/gemnasium/then/promise.svg)](https://gemnasium.com/then/promise)
10+
[![NPM version](https://img.shields.io/npm/v/promise.svg)](https://www.npmjs.org/package/promise)
1111

1212
## Installation
1313

0 commit comments

Comments
 (0)