Skip to content

Commit 7244dae

Browse files
authored
Merge pull request #63 from fridzema/patch-1
Spelling changes
2 parents 3b30d51 + 85fdd5d commit 7244dae

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/GeneaLabs/laravel-model-caching/master/LICENSE)
1111

1212
## Impetus
13-
I created this package in response to a client project that had complex, nested
13+
I created this package in response to a client project that had complex and nested
1414
forms with many `<select>`'s that resulted in over 700 database queries on one
1515
page. I needed a package that abstracted the caching process out of the model
1616
for me, and one that would let me cache custom queries, as well as cache model
17-
relationships. This package is the attempt to address those requirements.
17+
relationships. This package is an attempt to address those requirements.
1818

1919
## Features
2020
- automatic, self-invalidating relationship (both eager- and lazy-loaded) caching.
@@ -36,7 +36,7 @@ composer require genealabs/laravel-model-caching
3636
If you would like to use a different cache store than the default one used by
3737
your Laravel application, you may do so by setting the `MODEL_CACHE_STORE`
3838
environment variable in your `.env` file to the name of a cache store configured
39-
in `config/cache.php` (you can define any custom cache store base on your
39+
in `config/cache.php` (you can define any custom cache store based on your
4040
specific needs there). For example:
4141
```
4242
MODEL_CACHE_STORE=redis
@@ -99,8 +99,7 @@ In testing this has optimized performance on some pages up to 900%! Most often
9999
you should see somewhere around 100% performance increase.
100100

101101
## Commitment to Quality
102-
During package development I try as best as possible to embrace good design and
103-
development practices to try to ensure that this package is as good as it can
102+
During package development I try as best as possible to embrace good design and development practices, to help ensure that this package is as good as it can
104103
be. My checklist for package development includes:
105104

106105
- ✅ Achieve as close to 100% code coverage as possible using unit tests.

0 commit comments

Comments
 (0)