Update README

This commit is contained in:
Daniel Winning 2025-05-05 14:56:31 +01:00
parent 7d1adf7cdb
commit 5f4dfb4482

View file

@ -7,9 +7,9 @@
<img src="https://img.shields.io/badge/License-GPL--3.0--or--later-34ad9b" alt="License GPL--3.0--or--later">
</div>
The HTTP Component is a PHP library designed to simplify the process of making HTTP requests and handling HTTP responses
<p>The HTTP Component is a PHP library designed to simplify the process of making HTTP requests and handling HTTP responses
in your applications. It follows the [PSR-7 HTTP Message Interface](https://www.php-fig.org/psr/psr-7/) standards for
HTTP messages, making it compatible with other libraries and frameworks that also adhere to these standards.
HTTP messages, making it compatible with other libraries and frameworks that also adhere to these standards.</p>
## Installation