Skip to content

Commit f5f0078

Browse files
Merge pull request #30 from joeyouss/test-29
Fixed issue 29
2 parents f389716 + 42410bf commit f5f0078

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
@@ -27,7 +27,7 @@ $clam->ping(); // Check ClamAV is up and running
2727

2828
$clam->version(); // Check ClamAV version
2929

30-
$clam->fileScan('path/to/file.dmg'); // Return true of false for file scan
30+
$clam->fileScan('path/to/file.dmg'); // Returns true if a file is clean or false if a file is infected
3131

3232
$clam->reload(); // Reload ClamAV database
3333

0 commit comments

Comments
 (0)