Skip to content

Commit 9aa7a6c

Browse files
committed
Release V 1.0
1 parent 737af68 commit 9aa7a6c

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ to let you know your problem in earlier.
2525

2626
# Usage
2727

28+
`composer require ihipop/psr-null-cache`
29+
2830
In your `__construction` or `DI container` initialization
2931
```
3032
///...
@@ -34,4 +36,4 @@ $logger = new \ihipop\PsrNullCache\SimpleCache\NullCache(false);
3436

3537
# CacheInterfaceProxy
3638

37-
Use this trait when you want a quick implementation of PSR `CacheInterface` quickly via a Proxy class.
39+
Use this trait when you want a quick implementation of PSR `CacheInterface` quickly via a Proxy class.

README_CN.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NullCache | [ENGLISH](README.md)
22
----
33

4-
本包是、 `Null` implementation of PSR-16 `SimpleCache` with `Basic data validation`
4+
This Package Is a `Null` implementation of PSR-16 `SimpleCache` with `Basic data validation`
55

66
# Why this Package ?
77

@@ -25,6 +25,8 @@ to let you know your problem in earlier.
2525

2626
# Usage
2727

28+
`composer require ihipop/psr-null-cache`
29+
2830
In your `__construction` or `DI container` initialization
2931
```
3032
///...
@@ -34,4 +36,4 @@ $logger = new \ihipop\PsrNullCache\SimpleCache\NullCache(false);
3436

3537
# CacheInterfaceProxy
3638

37-
Use this trait when you want a quick implementation of PSR `CacheInterface` quickly via a Proxy class.
39+
Use this trait when you want a quick implementation of PSR `CacheInterface` quickly via a Proxy class.

0 commit comments

Comments
 (0)