diff --git a/README.md b/README.md index 2818533..5391caf 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +[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