Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
orkhanahmadov committed Dec 21, 2023
1 parent 5e6f45e commit 9c634c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -107,7 +107,7 @@ Additionally, you can use wildcard filename matching with `*` symbol.
new ZipContent('*.jpg');
```

This will return true Zip archive contains any file with `.jpg` extension.
This will return true if Zip archive contains any file with `.jpg` extension.

Filename matching is using [fnmatch](https://www.php.net/manual/en/function.fnmatch.php) function. You can use any of its [patterns](https://www.php.net/manual/en/function.fnmatch.php#refsect1-function.fnmatch-parameters).

Expand Down

0 comments on commit 9c634c6

Please sign in to comment.