Skip to content

Commit 99b25e8

Browse files
committed
add an npm download stat badge
1 parent 22728be commit 99b25e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ For detailed tutorials on its use, see www.promisejs.org
88
[![travis][travis-image]][travis-url]
99
[![dep][dep-image]][dep-url]
1010
[![npm][npm-image]][npm-url]
11+
[![downloads][downloads-image]][downloads-url]
1112

1213
[travis-image]: https://img.shields.io/travis/then/promise.svg?style=flat
1314
[travis-url]: https://travis-ci.org/then/promise
1415
[dep-image]: https://img.shields.io/gemnasium/then/promise.svg?style=flat
1516
[dep-url]: https://gemnasium.com/then/promise
1617
[npm-image]: https://img.shields.io/npm/v/promise.svg?style=flat
1718
[npm-url]: https://npmjs.org/package/promise
19+
[downloads-image]: https://img.shields.io/npm/dm/promise.svg?style=flat
20+
[downloads-url]: https://npmjs.org/package/promise
1821

1922
## Installation
2023

0 commit comments

Comments
 (0)