diff --git a/README.md b/README.md index d67776e..6000d5b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # glmdev/search [![Latest Version on Packagist](https://img.shields.io/packagist/v/element/search.svg?maxAge=2592000&style=flat-square)](https://packagist.org/packages/glmdev/search) -[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg?style=flat-square)](LICENSE.md) +[![License: AGPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](LICENSE.md) [![Author](http://img.shields.io/badge/author-Garrett_Mills-blue.svg?style=flat-square)](https://glmdev.github.io/) This is a simple hit-based search engine for Eloquent models. It can take a string and will search the given set of models for each word in that string.