diff --git a/README.RU.md b/README.RU.md index 5e53597..af686f8 100644 --- a/README.RU.md +++ b/README.RU.md @@ -583,7 +583,7 @@ $zipFile->setArchiveComment($commentArchive); ```php $zipFile->setEntryComment($entryName, $comment); ``` - - выборка записей в архиве для проведения операций над выбранными записями. + **ZipFile::matcher** - выборка записей в архиве для проведения операций над выбранными записями. ```php $matcher = $zipFile->matcher(); ``` diff --git a/README.md b/README.md index 500d852..d2430da 100644 --- a/README.md +++ b/README.md @@ -585,7 +585,7 @@ $zipFile->setArchiveComment($commentArchive); ```php $zipFile->setEntryComment($entryName, $comment); ``` - - selecting entries in the archive to perform operations on them. + **ZipFile::matcher** - selecting entries in the archive to perform operations on them. ```php $matcher = $zipFile->matcher(); ```