Skip to content

Commit e70b72f

Browse files
committed
Update README.md
Fix error in documentation (numbor -> number) which may be confusing to beginners
1 parent 740d0a6 commit e70b72f

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)