We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74db8f9 commit 4e77464Copy full SHA for 4e77464
README.md
@@ -22,7 +22,7 @@ var pg = require('pg');
22
23
// instantiate a new client
24
// the client will read connection information from
25
-// the same environment varaibles used by postgres cli tools
+// the same environment variables used by postgres cli tools
26
var client = new pg.Client();
27
28
// connect to our database
0 commit comments