Skip to content

Commit d33ebd8

Browse files
committed
gh#32
1 parent 1e33057 commit d33ebd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ node-postgres supports both an 'event emitter' style API and a 'callback' style.
5858
name: 'insert beatle',
5959
values: ['Paul', 63, new Date(1945, 04, 03)]
6060
});
61-
var query = client.query("SELECT * FROM beatles WHERE name = $1", ['john']);
61+
var query = client.query("SELECT * FROM beatles WHERE name = $1", ['John']);
6262

6363
//can stream row results back 1 at a time
6464
query.on('row', function(row) {

0 commit comments

Comments
 (0)