Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksimek committed Apr 19, 2017
1 parent 1a490f3 commit 39e2db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ sql.connect(config).then(pool => {
.input('input_parameter', sql.Int, value)
.query('select * from mytable where id = @input_parameter')
}).then(result => {
console.dir(recordset)
console.dir(result)

// Stored procedure

Expand Down

0 comments on commit 39e2db4

Please sign in to comment.