Skip to content

Commit 9f7a18c

Browse files
authored
Update README.md
1 parent 6f613f0 commit 9f7a18c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)
99
[![DevOps By
1010
Rultor.com](https://www.rultor.com/b/dartoos-dev/json_cache)](https://www.rultor.com/p/dartoos-dev/json_cache)
11-
11+
1212
[![pub](https://img.shields.io/pub/v/json_cache)](https://pub.dev/packages/json_cache)
1313
[![license](https://img.shields.io/badge/license-mit-green.svg)](https://github.com/dartoos-dev/json_cache/blob/master/LICENSE)
1414
[![PDD status](https://www.0pdd.com/svg?name=dartoos-dev/json_cache)](https://www.0pdd.com/p?name=dartoos-dev/json_cache)
@@ -169,8 +169,8 @@ device.
169169

170170
#### Typical Usage
171171

172-
Due to the fact that `JsonCacheMem` is a decorator, you should normally pass
173-
another `JsonCache` instance to it whenever you instantiate a `JsonCacheMem`
172+
Due to the fact that `JsonCacheMem` is a [Decorator](https://en.wikipedia.org/wiki/Decorator_pattern),
173+
you should normally pass another `JsonCache` instance to it whenever you instantiate a `JsonCacheMem`
174174
object. For example:
175175

176176
```dart

0 commit comments

Comments
 (0)