From a7ace7187c404e318d9548f7fcffab4eb8c74e50 Mon Sep 17 00:00:00 2001
From: Sibidharan Nandhakumar <sibidharan@icloud.com>
Date: Wed, 19 May 2021 19:42:40 +0000
Subject: [PATCH] Update README.md

---
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index bf25da5..5827dd9 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,11 @@
 ### API Development Course by LAHTP
 
-To get started, clone this repository to a proper document root. For XAMPP, this is `htdocs`. For private apache setup, its upto you how you configiure. 
+To get started, clone this repository to a proper document root. For XAMPP, this is `htdocs`. For private apache setup, its upto you how you configure. 
 
-This code is right now accessible at: https://api1.selfmade.ninja
+This code is right now deployed at: https://api1.selfmade.ninja
+API Documentation for the development can be found at the [Wiki Section](https://git.selfmade.ninja/sibidharan/api-development-course-apr-2021/-/wikis/home) of this repo. 
+
+Thanks to [Manickam Venkatachalam](https://git.selfmade.ninja/Manic) for making the API documentation happen.
 
 Right outside the document root, create a file called `env.json` and keep the contents of the file similar to the following. 
 
-- 
GitLab