diff --git a/drupal/modules/login_redirect/README.txt b/drupal/modules/login_redirect/README.txt
index 6b91660..7a95bdd 100644
--- a/drupal/modules/login_redirect/README.txt
+++ b/drupal/modules/login_redirect/README.txt
@@ -1,30 +1,47 @@
-About
+INTRODUCTION
 ------------
 
 A simple module providing a method to redirect users according to an URL-defined
 parameter after logging in. Allows redirect towards non-Drupal location.
 
-Author(s):
-  legendm33066 <http://drupal.org/user/1290564>
+Author(s): legendm33066 <http://drupal.org/user/1290564>
 
-Installation
+REQUIREMENTS
+------------
+
+This module does not have any requirements.
+
+INSTALLATION
 ------------
 
 1. Install and enable the module.
 2. Visit the Settings page (admin/config/system/login_redirect).
    In the Settings Page
 1. Set Module Status : Enable
-2. Enter user defined query Parameter name same as we have q in drupal core.
+2. Enter user defined query Parameter name same as we have in drupal core.
 
-How it works
+HOW IT WORKS
 ------------
 
 Visit the Login page (usually user/login) and append the redirection URL
 parameter using the parameter name defined in the Settings page
 (admin/config/system/login_redirect).
-For example, if you set the parameter name to
-"destination", then you would visit user/login?destination=http://www.google.com
+
+For example, if you set the parameter name to "destination",
+then you would visit user/login?destination=http://www.google.com
 to have the user redirected to Google (http://www.google.com) after logging in.
 
 Please note that the URL passed parameter ALWAYS overrides the destination
 parameter handled by Drupal itself.
+
+MAINTAINERS
+------------
+
+Akash Jain (akashjain132)
+https://www.drupal.org/u/akashjain132
+
+Adam Malone (typhonius)
+https://www.drupal.org/u/typhonius
+
+Jeffrey C.
+https://www.drupal.org/u/jeffrey-c.
