diff --git a/README.md b/README.md index b707fb8..82e00de 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Laravel Repositories +# Laravel Repository [![Build Status](https://travis-ci.org/bosnadev/repository.svg?branch=master)](https://travis-ci.org/bosnadev/repository) [![SensioLabsInsight](https://img.shields.io/sensiolabs/i/f39e6dc7-1364-481d-b722-8413bdc3200f.svg?style=flat)](https://insight.sensiolabs.com/projects/f39e6dc7-1364-481d-b722-8413bdc3200f) @@ -165,7 +165,7 @@ $this->film->findWhere([ ]); ``` -## Criteria +## The Criteria Criteria is a simple way to apply specific condition, or set of conditions to the repository query. Your criteria class MUST extend the abstract ```Bosnadev\Repositories\Criteria\Criteria``` class. @@ -197,7 +197,7 @@ Now, inside you controller class you call pushCriteria method: ```php