File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,16 @@ This is a simple implementation of Promises. It is a super set of ES6 Promises
5
5
6
6
For detailed tutorials on its use, see www.promisejs.org
7
7
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
11
18
12
19
## Installation
13
20
You can’t perform that action at this time.
0 commit comments