Skip to content

Commit

Permalink
Readme formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldogsbody committed Sep 19, 2022
1 parent b1eb815 commit d142505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Mingulay is a PHP library for parsing file information out of [Zip files](https:
It searches for the End of Central Directory Record, parses out the data, and then uses this to retrieve the Central Directory Records which contain the metadata of the files in the Zip.

### Usage
Mingulay requires an object that implements the `Mingulay\SeekerInterface` interface. A LocalFileSeeker implementation is provided for working with Zip files on disk.
Mingulay requires an object that implements the `Mingulay\SeekerInterface` interface. A `LocalFileSeeker` implementation is provided for working with Zip files on disk.

```php
$seeker = new \Mingulay\Seeker\LocalFileSeeker("src/Test/fixtures/single-file.zip");
Expand Down

0 comments on commit d142505

Please sign in to comment.