Skip to content

Commit d4a2569

Browse files
author
igor
committed
Fix readme
1 parent e629bad commit d4a2569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ $Bindings = [
339339
'from_table' => 'table'
340340
];
341341

342-
$statement = $db->selectAsync("SELECT FROM {table} WHERE datetime=:datetime limit {limit}", $Bindings);
342+
$statement = $db->selectAsync("SELECT FROM {from_table} WHERE datetime=:datetime limit {limit}", $Bindings);
343343

344344
// Double bind in {KEY}
345345
$keys=[

0 commit comments

Comments
 (0)