From ca09beec8120c5f6f9a7719170c4632cde66f0c7 Mon Sep 17 00:00:00 2001
From: Rahul Reghunath <rahulreghunath11@gmail.com>
Date: Mon, 17 Aug 2020 00:22:56 +0530
Subject: [PATCH] Update README.md

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 48fccf6..e9c00a5 100644
--- a/README.md
+++ b/README.md
@@ -23,3 +23,6 @@ After that set your textlocal authentication key inside textlocal.php file insid
 
     $sms = new Textlocal();
     $sms->send('message', 'mobile number','sender'); //sender is optional
+ 
+ ### Documentation
+ Complete Documentation can be found [here](https://rahulreghunath.github.io/Textlocal/)