Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Ben87 committed May 10, 2018
1 parent bae94a8 commit 2ee2bd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ParsleyBundle

[![Build Status](https://travis-ci.com/jben87/parsley-bundle.svg?branch=master)](https://travis-ci.com/jben87/parsley-bundle)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jben87/parsley-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jben87/parsley-bundle/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/jben87/parsley-bundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/jben87/parsley-bundle/?branch=master)
[![Build Status](https://travis-ci.com/bjd-php/parsley-bundle.svg?branch=master)](https://travis-ci.com/bjd-php/parsley-bundle)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/bjd-php/parsley-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/bjd-php/parsley-bundle/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/bjd-php/parsley-bundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/bjd-php/parsley-bundle/?branch=master)

Convert Symfony constraints into data-attributes for client-side validation with Parsley.

Expand All @@ -11,7 +11,7 @@ Convert Symfony constraints into data-attributes for client-side validation with
Install the bundle with composer:

```bash
composer require jben87/parsley-bundle
composer require j-ben87/parsley-bundle
```

Enable the `serializer` component in your `config/packages/framework.yaml`:
Expand Down

0 comments on commit 2ee2bd5

Please sign in to comment.