From 32a41fe10fe5638bf58ba8c2b75af2e0310d167f Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Sun, 12 Apr 2015 11:15:03 +0100 Subject: [PATCH] docs update. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a2a2d95..602b155b 100644 --- a/README.md +++ b/README.md @@ -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: