From 4e797c51ffb2fd1949c6d9b9eadf061486854324 Mon Sep 17 00:00:00 2001 From: Manoj Sonagra Date: Sat, 24 Jun 2017 23:29:59 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bc9e9d..ac3e2c5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Address Validation in Laravel `` This package used for physical address verification with google. - 1) + 1) composer require sonlabs/address-varification 2) Add below line in your provider at (config\app.php) 'providers' => [ --------- @@ -17,4 +17,4 @@ $rules = [ 'name' => 'required', 'address' => 'required|check_address', - ]; \ No newline at end of file + ];