Skip to content

Commit 63b36af

Browse files
committed
Update documentation
1 parent 814c134 commit 63b36af

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@
77
[![Total Downloads](https://img.shields.io/packagist/dt/bakame/http-structured-fields.svg?style=flat-square)](https://packagist.org/packages/bakame/http-structured-fields)
88
[![Sponsor development of this project](https://img.shields.io/badge/sponsor%20this%20package-%E2%9D%A4-ff69b4.svg?style=flat-square)](https://github.com/sponsors/nyamsprod)
99

10-
The package uses value objects to parse, serialize and build [HTTP Structured Fields][1] in PHP.
10+
The package uses value objects to parse, serialize, build and update [HTTP Structured Fields][1] in PHP.
1111

12-
HTTP Structured fields are intended for use by specifications of new HTTP fields that wish to
13-
use a common syntax that is more restrictive than traditional HTTP field values or could
14-
be used to [retrofit current fields][2] to have them compliant with the new syntax.
15-
16-
The package can be used to **parse, build, update and serialize** HTTP Structured Fields in a predicable way;
12+
HTTP Structured fields are intended for use for new HTTP fields that wish to use a common syntax that is
13+
more restrictive than traditional HTTP field values or could be used to [retrofit current fields][2] to
14+
have them compliant with the new syntax.
1715

1816
```php
1917
use Bakame\Http\StructuredFields\Item;

0 commit comments

Comments
 (0)