From 4accaebb2da80c218493f1b97318a615ab7bc4fb Mon Sep 17 00:00:00 2001 From: Stuart Yamartino Date: Wed, 13 Jul 2016 09:56:28 -0400 Subject: [PATCH] Reordered some things --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6306d9..068c06c 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,12 @@ StuYam\PhoneValidator\PhoneValidatorServiceProvider::class ###Step 3 Add Twilio credentials to your .env file: +(If you don't have a Twilio account you can go to [Twilio.com](https://www.twilio.com/) and make a free account) + ``` TWILIO_SID=xxxxxxxx TWILIO_TOKEN=xxxxxxxx ``` -(If you don't have a Twilio account you can go to [Twilio.com](https://www.twilio.com/) and make a free account) ###Usage