From 3d94cc6487b0df7d7da271ccbcb2181f9786bf74 Mon Sep 17 00:00:00 2001 From: Rafael Dohms Date: Wed, 22 Oct 2014 14:29:38 +0200 Subject: [PATCH] Update README.md Updated composer installation instructions. It now follows the recommendation of using the "require" command and letting Composer auto-define the latest version. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ee92df..cc23783 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,12 @@ EmailValidator [![Build Status](https://travis-ci.org/egulias/EmailValidator.png ============================= ##Installation## -Install via composer. Add to your current composer.json ```require``` key: ```"egulias/email-validator":"~1.0" ``` + +Run the command below to install via Composer + +```shell +composer require egulias/email-validator +``` ##Usage##