Add badges for npm version and number of dl on npm (#1094)
This commit is contained in:
parent
9274f08fa2
commit
74db8f9cd2
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user