Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Standardize the README #84

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
PSR Http Message
================
HTTP message interfaces
==============

This repository holds all interfaces/classes/traits related to
[PSR-7](http://www.php-fig.org/psr/psr-7/).
This repository holds all interfaces related to [PSR-7 (HTTP message interfaces)][psr-url].

Note that this is not a HTTP message implementation of its own. It is merely an
interface that describes a HTTP message. See the specification for more details.
Note that this is not an HTTP Message implementation of its own. It is merely interfaces that describe the components of an HTTP Message.

Usage
-----
The installable [package][package-url] and [implementations][implementation-url] are listed on Packagist.

We'll certainly need some stuff in here.
[psr-url]: http://www.php-fig.org/psr/psr-7/
[package-url]: https://packagist.org/packages/psr/http-message
[implementation-url]: https://packagist.org/providers/psr/http-message-implementation