Skip to content

Commit

Permalink
docs update.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Apr 12, 2015
1 parent 539354a commit 32a41fe
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 @@ -366,7 +366,7 @@ to the variable name tells the parser to inject any text-like (text or Date) wit
`$1^, $2^, etc...` or `${varName^}`. This is to allow for special-case variable formatting, like in the following examples:

```javascript
// injecting "Mike" name without quotes:
// injecting "John" name without quotes:
query("...WHERE name LIKE '%$1^%'", "John");

// injecting value of property 'name' without quotes:
Expand Down

0 comments on commit 32a41fe

Please sign in to comment.