Skip to content

Commit b9aa2cd

Browse files
authored
Merge pull request #20 from gnumoksha/patch-1
docs: Standardize the README
2 parents 78c5a01 + fbbe2fd commit b9aa2cd

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
PSR Cache
2-
=========
1+
Caching Interface
2+
==============
33

4-
This repository holds all interfaces defined by
5-
[PSR-6](http://www.php-fig.org/psr/psr-6/).
4+
This repository holds all interfaces related to [PSR-6 (Caching Interface)][psr-url].
65

7-
Note that this is not a Cache implementation of its own. It is merely an
8-
interface that describes a Cache implementation. See the specification for more
9-
details.
6+
Note that this is not a Caching implementation of its own. It is merely interfaces that describe the components of a Caching mechanism.
7+
8+
The installable [package][package-url] and [implementations][implementation-url] are listed on Packagist.
9+
10+
[psr-url]: https://www.php-fig.org/psr/psr-6/
11+
[package-url]: https://packagist.org/packages/psr/cache
12+
[implementation-url]: https://packagist.org/providers/psr/cache-implementation

0 commit comments

Comments
 (0)