Skip to content

Commit 220c5fd

Browse files
committed
Merge pull request #583 from zackster/patch-1
Update README.md
2 parents 740d0a6 + e70b72f commit 220c5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pg.connect(conString, function(err, client, done) {
2929
if(err) {
3030
return console.error('error running query', err);
3131
}
32-
console.log(result.rows[0].numbor);
32+
console.log(result.rows[0].number);
3333
//output: 1
3434
});
3535
});

0 commit comments

Comments
 (0)