Skip to content

Commit f532b23

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 5c6f59b commit f532b23

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
Container interface
22
==============
33

4-
This repository holds all interfaces and utility code related to [PSR-11 (Container interface)][psr-link].
4+
This repository holds all interfaces related to [PSR-11 (Container Interface)][psr-url].
55

6-
Note that this is not a Container implementation of its own. It is merely abstractions that describe the components of a Container.
6+
Note that this is not a Container implementation of its own. It is merely abstractions that describe the components of a Dependency Injection Container.
77

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.
8+
You can find [implementations][implementation-url] and [installation instructions][package-url] for the specification on the packagist.
9+
10+
[psr-url]: https://www.php-fig.org/psr/psr-11/
11+
[package-url]: https://packagist.org/packages/psr/container
12+
[implementation-url]: https://packagist.org/providers/psr/container-implementation
913

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)