Skip to content

Commit 5c6f59b

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 014d250 commit 5c6f59b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
# PSR Container
1+
Container interface
2+
==============
23

3-
This repository holds all interfaces/classes/traits related to [PSR-11](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-11-container.md).
4+
This repository holds all interfaces and utility code related to [PSR-11 (Container interface)][psr-link].
45

5-
Note that this is not a container implementation of its own. See the specification for more details.
6+
Note that this is not a Container implementation of its own. It is merely abstractions that describe the components of a Container.
7+
8+
You can see the [specification][psr-link] for more details and find implementations of the specification by looking for packages providing the [psr/container][implementation-link] virtual package.
9+
10+
[psr-link]: https://www.php-fig.org/psr/psr-11/
11+
[implementation-link]: https://packagist.org/providers/psr/container-implementation

0 commit comments

Comments
 (0)