We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c151b9 + c612dfa commit 07a7143Copy full SHA for 07a7143
README.md
@@ -14,5 +14,5 @@ MIT License
14
```js
15
var parse = require('pg-connection-string').parse;
16
17
-var config = parse('postgres://someuser:somepassword@somehost:381/sometable')
+var config = parse('postgres://someuser:somepassword@somehost:381/somedatabase')
18
```
0 commit comments