diff --git a/README.md b/README.md index 514a0d37..c9a01620 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,10 @@ [The most awesome validation engine ever created for PHP.](http://bit.ly/1a1oeQv) -- Complex rules made simple: `v::numericVal()->positive()->between(1, 255)->validate($input)`. -- Granularity control for advanced reporting. -- More than 150 (fully tested) validation rules. -- A concrete API for non fluent usage. - ## Documentation -Documentation can be found in https://respect-validation.readthedocs.io -and also in the [docs/](docs/) folder. +Documentation can be found in https://respect-validation.readthedocs.io and also +in the [docs/](docs/) folder. ## Table of contents diff --git a/docs/index.md b/docs/index.md index a29f063e..cdfcb6ce 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,12 +1,5 @@ # Overview -[![Build Status](https://img.shields.io/travis/Respect/Validation/master.svg?style=flat-square)](http://travis-ci.org/Respect/Validation) -[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/Respect/Validation/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/Respect/Validation/?branch=master) -[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/Respect/Validation/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/Respect/Validation/?branch=master) -[![Latest Stable Version](https://img.shields.io/packagist/v/respect/validation.svg?style=flat-square)](https://packagist.org/packages/respect/validation) -[![Total Downloads](https://img.shields.io/packagist/dt/respect/validation.svg?style=flat-square)](https://packagist.org/packages/respect/validation) -[![License](https://img.shields.io/packagist/l/respect/validation.svg?style=flat-square)](https://packagist.org/packages/respect/validation) - [The most awesome validation engine ever created for PHP.](http://bit.ly/1a1oeQv) - Complex rules made simple: `v::numericVal()->positive()->between(1, 255)->validate($input)`.