From 89149c7346cad9d0530c1bb7c7e8f3d387e8d32b Mon Sep 17 00:00:00 2001 From: Jiayu Liu Date: Sun, 5 Jun 2016 00:02:41 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 57356b6..9196bba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # Postgres transport for Winston +[![CircleCI](https://circleci.com/gh/Madadata/winston-pg.svg?style=svg)](https://circleci.com/gh/Madadata/winston-pg) + +## Install + +```sh +npm install --save winston pg winston-pg +``` + +Both `pg` and `winsotn` are peer dependencies. + ## Test and example See [index.spec.js](https:///Madadata/winston-pg/blob/master/test/index.spec.js) for test spec.