Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist committed Jun 4, 2016
1 parent 592a6d1 commit 89149c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 89149c7

Please sign in to comment.