We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c151b9 commit c612dfaCopy full SHA for c612dfa
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