Skip to content

Commit a483bdf

Browse files
authored
Merge pull request #31 from iceddev/fix-coverall-badge
fix readme newline typo
2 parents 0f72f29 + e4c1002 commit a483bdf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pg-connection-string
55

66
[![Build Status](https://travis-ci.org/iceddev/pg-connection-string.svg?branch=master)](https://travis-ci.org/iceddev/pg-connection-string)
77
[![Coverage Status](https://coveralls.io/repos/github/iceddev/pg-connection-string/badge.svg?branch=master)](https://coveralls.io/github/iceddev/pg-connection-string?branch=master)
8+
89
Functions for dealing with a PostgresSQL connection string
910

1011
`parse` method taken from [node-postgres](https://github.com/brianc/node-postgres.git)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"dependencies": {},
2929
"devDependencies": {
3030
"chai": "^4.1.1",
31+
"coveralls": "^3.0.4",
3132
"istanbul": "^0.4.5",
3233
"mocha": "^3.5.0"
3334
},

0 commit comments

Comments
 (0)