Skip to content

Commit 12a8ea1

Browse files
committed
docs: npm badges download and version
1 parent cebd951 commit 12a8ea1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# JS HTTP Status
22

3-
[![License][license-badge]][license-url] [![Travis CI][travis-badge]][travis-url] [![Coverage Status][coverage-badge]][coverage-url] [![Commitizen][commitizen-badge]][commitizen-url]
3+
[![Travis CI][travis-badge]][travis-url]
4+
[![Coverage Status][coverage-badge]][coverage-url]
5+
[![NPM Version][npm-version-badge]][npm-url]
6+
![NPM Downloads][npm-download-url]
7+
[![Commitizen][commitizen-badge]][commitizen-url]
8+
[![License][license-badge]][license-url]
49

510
> A simple way to catch HTTP statuses with JavaScript.
611
@@ -63,3 +68,6 @@ Report bugs or do suggestions using the [issues](https://github.com/codevor/js-h
6368
[travis-url]: https://travis-ci.org/codevor/js-http-status
6469
[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
6570
[commitizen-url]: http://commitizen.github.io/cz-cli/
71+
[npm-version-badge]: http://img.shields.io/npm/v/js-http-status.svg?style=flat
72+
[npm-url]: https://npmjs.org/package/js-http-status
73+
[npm-download-url]: https://img.shields.io/npm/dw/js-http-status

0 commit comments

Comments
 (0)