Skip to content

Commit 089f32c

Browse files
authored
docs: Standardize the README
What: Standardizes the README file providing a common language and an implementation link. Why: There are differences between PSR's READMEs in regarding language and the lacking of implementations references. So I've updated all READMEs using the https://github.com/php-fig/http-factory as base.
1 parent 5d6d02c commit 089f32c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
HTTP Server Request Handlers
22
==============
33

4-
This repository holds all interfaces related to [PSR-15 (HTTP Server Request Handlers)][psr-url].
4+
This repository holds the `RequestHandlerInterface` related to [PSR-15 (HTTP Server Request Handlers)][psr-url].
55

6-
Note that this is not an HTTP Server Request Handler implementation of its own. It is merely interfaces that describe the components of one.
6+
Note that this is not a Server Request Handler implementation of its own. It is merely the interface that describe a Server Request Handler.
77

88
You can find [implementations][implementation-url] and [installation instructions][package-url] for the specification on the packagist.
99

0 commit comments

Comments
 (0)