Skip to content

Commit 76f43dd

Browse files
committed
Fix a typo in readme
1 parent c5a12be commit 76f43dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ echo "total ".$stats['cnt']. "users found";
142142
or select one column or function result
143143

144144
```php
145-
$count = getValue ("users", "count(*)");
145+
$count = $db->getValue ("users", "count(*)");
146146
echo "{$count} users found";
147147
```
148148

0 commit comments

Comments
 (0)