Commit 2a90f5f2 authored by Harry Bailey's avatar Harry Bailey Committed by GitHub

Update readme.md exectution typo

parent 7f0803ae
...@@ -750,7 +750,7 @@ else ...@@ -750,7 +750,7 @@ else
echo 'Update failed. Error: '. $db->getLastError(); echo 'Update failed. Error: '. $db->getLastError();
``` ```
### Query exectution time benchmarking ### Query execution time benchmarking
To track query execution time setTrace() function should be called. To track query execution time setTrace() function should be called.
```php ```php
$db->setTrace (true); $db->setTrace (true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment