Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Fixed a small typo in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-eason committed Jul 30, 2017
1 parent 063dcb1 commit dc3a8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The result will look like this:
{
query: 'select count(*) from account where name = @p1',
type: 'query',
params:[
params: [
{
name: '@p1',
value: 'Mike',
Expand Down Expand Up @@ -252,7 +252,7 @@ With **transactions**, you can use the special `'$prev'` parameter to inject the
let commands = [
//First query, executes a stored procedure and returns an account id.
{
query: 'insert_account (@name)`,
query: 'insert_account (@name)',
params: [
{
name: '@name',
Expand Down

0 comments on commit dc3a8e1

Please sign in to comment.