diff --git a/README.txt b/README.txt
index 91c2c39..a6e9eb5 100755
--- a/README.txt
+++ b/README.txt
@@ -1,22 +1,67 @@
-Introduction
-============
-node_revision_delete adds the ability to mass delete aging node revisions.
-
-INSTALL/CONFIG
---------------
-1. Move this folder into your modules directory like you would any other module.
-2. Enable it from Modules >> Node Revision Delete.
-3. Global module settings such as when to run it and how many revisions to
-   delete per cron run can be found at admin/config/content/node_revision_delete.
-4. Open a content type's edit form (for example,
-  admin/structure/types/manage/article) and mark the option
-  "Limit the amount of revisions for this content type" under
-  Publishing options.
-
-DRUSH INTEGRATION
-=================
-
-node_revision_delete supports Drush integration. Open the command line and type
-the following to get started:
-
-drush nrd --help
+CONTENTS OF THIS FILE
+---------------------
+
+ * Introduction
+ * Requirements
+ * Installation
+ * Configuration
+ * Maintainers
+
+
+INTRODUCTION
+------------
+
+The Node Revision Delete module lets you to track and prune old revisions of
+content types.
+
+ * For a full description of the module, visit the project page:
+   https://www.drupal.org/project/node_revision_delete
+
+ * To submit bug reports and feature suggestions, or to track changes:
+   https://www.drupal.org/project/issues/search/node_revision_delete
+
+
+REQUIREMENTS
+------------
+
+No special requirements
+
+
+INSTALLATION
+------------
+
+ * Install as you would normally install a contributed Drupal module.
+   See: https://www.drupal.org/node/895232 for further information.
+
+
+CONFIGURATION
+-------------
+
+ * Configure the module in Administration » Configuration »
+   Content authoring » Node Revision Delete:
+
+   - You can set how many revisions do you want to delete per cron run and
+     how often should revision be deleted while cron runs. You you can save
+     the configurations and optionally start a batch job to delete old revisions
+     for tracked content types. For this you need the
+     'Administer revision deletion settings' permission.
+
+ * Configure each content type in Administration » Structure » Content types »
+   Content type name:
+
+   - Under the Publishing options tab, mark "Limit the amount of revisions for
+     this content type" and set the maximum number of revisions to keep.
+
+ * Drush commands
+
+   - node-revision-delete
+
+     Deletes old node revisions for a given content type.
+
+
+MAINTAINERS
+-----------
+
+Current maintainers:
+ * Kaushal (kaushalkishorejaiswal) - httpswww.drupal.org/u/kaushalkishorejaiswal
+ * Juampy (juampynr) - https://www.drupal.org/u/juampynr
