Add badges for npm version and number of dl on npm (#1094)

This commit is contained in:
Arnaud Benhamdine 2016-07-26 16:32:12 +02:00 committed by Brian C
parent 9274f08fa2
commit 74db8f9cd2

View File

@ -2,6 +2,8 @@
[![Build Status](https://secure.travis-ci.org/brianc/node-postgres.svg?branch=master)](http://travis-ci.org/brianc/node-postgres)
[![Dependency Status](https://david-dm.org/brianc/node-postgres.svg)](https://david-dm.org/brianc/node-postgres)
<span class="badge-npmversion"><a href="https://npmjs.org/package/pg" title="View this project on NPM"><img src="https://img.shields.io/npm/v/pg.svg" alt="NPM version" /></a></span>
<span class="badge-npmdownloads"><a href="https://npmjs.org/package/pg" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/pg.svg" alt="NPM downloads" /></a></span>
Non-blocking PostgreSQL client for node.js. Pure JavaScript and optional native libpq bindings.