Skip to content

Commit

Permalink
Fix typos (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
krsriq authored Aug 26, 2022
1 parent ebba102 commit be6ac99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## What is Riverline\MultiPartParser

``Riverline\MultiPartParse`` is a one class library to parse multipart document ( multipart email, multipart form, etc ...)
``Riverline\MultiPartParse`` is a one class library to parse multipart documents (multipart email, multipart form, etc ...)
and manage each part encoding and charset to extract their content.

## Requirements
Expand Down Expand Up @@ -81,7 +81,7 @@ if ($document->isMultiPart()) {

## Converters

The libary also provide three converters to quickly parse `PSR-7`, `HttpFoundation` and native requests.
The library also provides three converters to quickly parse `PSR-7`, `HttpFoundation` and native requests.

```php
<?php
Expand All @@ -95,4 +95,4 @@ $document = Converters\Globals::convert();
## Backward compatibility

The old `Part` parser is now deprecated and replaced with a wrapper class that create a temporary stream
from the string content and call the new `StreamedPart` parser.
from the string content and call the new `StreamedPart` parser.

0 comments on commit be6ac99

Please sign in to comment.