Skip to content

Commit c428899

Browse files
committed
Merge branch 'master' of github.com:GeneaLabs/laravel-model-caching
2 parents 44cd713 + 5fe85fb commit c428899

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[![Coveralls](https://img.shields.io/coveralls/GeneaLabs/laravel-model-caching.svg)](https://coveralls.io/github/GeneaLabs/laravel-model-caching)
88
[![GitHub (pre-)release](https://img.shields.io/github/release/GeneaLabs/laravel-model-caching/all.svg)](https://github.com/GeneaLabs/laravel-model-caching)
99
[![Packagist](https://img.shields.io/packagist/dt/GeneaLabs/laravel-model-caching.svg)](https://packagist.org/packages/genealabs/laravel-model-caching)
10+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/GeneaLabs/laravel-model-caching/master/LICENSE)
1011

1112
## Impetus
1213
I created this package in response to a client project that had complex, nested
@@ -108,7 +109,7 @@ public function getByTypes(array $types) : Collection
108109
}
109110
```
110111

111-
## Dedication to Quality
112+
## Commitment to Quality
112113
During package development I try as best as possible to embrace good design and
113114
development practices to try to ensure that this package is as good as it can
114115
be. My checklist for package development includes:

0 commit comments

Comments
 (0)