Skip to content

Commit 3a40713

Browse files
committed
Fixed spelling errors in readme
1 parent 7244dae commit 3a40713

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.2.25] - 16 Feb 2018
8+
### Fixed
9+
- readme spelling errors (thanks @fridzema!).
10+
711
## [0.2.24] - 16 Feb 2018
812
### Fixed
913
- whereNotIn query caching.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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 and nested
13+
I created this package in response to a client project that had complex, 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

0 commit comments

Comments
 (0)