Skip to content

Commit 22728be

Browse files
committed
fancier badges!
1 parent e5ff259 commit 22728be

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Readme.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ 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://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)
8+
[![travis][travis-image]][travis-url]
9+
[![dep][dep-image]][dep-url]
10+
[![npm][npm-image]][npm-url]
11+
12+
[travis-image]: https://img.shields.io/travis/then/promise.svg?style=flat
13+
[travis-url]: https://travis-ci.org/then/promise
14+
[dep-image]: https://img.shields.io/gemnasium/then/promise.svg?style=flat
15+
[dep-url]: https://gemnasium.com/then/promise
16+
[npm-image]: https://img.shields.io/npm/v/promise.svg?style=flat
17+
[npm-url]: https://npmjs.org/package/promise
1118

1219
## Installation
1320

0 commit comments

Comments
 (0)