Commit 76f43dd3 authored by Alexander Butenko's avatar Alexander Butenko

Fix a typo in readme

parent c5a12be0
......@@ -142,7 +142,7 @@ echo "total ".$stats['cnt']. "users found";
or select one column or function result
```php
$count = getValue ("users", "count(*)");
$count = $db->getValue ("users", "count(*)");
echo "{$count} users found";
```
......
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