Skip to content

Commit

Permalink
Fixing typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bergur committed Aug 23, 2019
1 parent b49a0a0 commit 450a894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function simpleFind(options)

if (options.zipcode) {
sql += ' AND zipcode = ?'
values.push(options.type)
values.push(options.zipcode)
}

const sqlOrdinal = toOrdinal(sql);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-parameterize",
"version": "2.0.3",
"version": "2.0.4",
"description": "A small helper to parameterize your node-pg query",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 450a894

Please sign in to comment.