From 74db8f9cd27dfe322b5f5b1f9dabe0f1483b6c07 Mon Sep 17 00:00:00 2001 From: Arnaud Benhamdine Date: Tue, 26 Jul 2016 16:32:12 +0200 Subject: [PATCH] Add badges for npm version and number of dl on npm (#1094) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df1f1e19b..1234ea20d 100644 --- a/README.md +++ b/README.md @@ -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) +NPM version +NPM downloads Non-blocking PostgreSQL client for node.js. Pure JavaScript and optional native libpq bindings.