diff --git a/node_notify/README.md b/node_notify/README.md
index 965c4ee..c690fc7 100644
--- a/node_notify/README.md
+++ b/node_notify/README.md
@@ -1,15 +1,64 @@
-Node Notify
+CONTENTS OF THIS FILE
+--------------------
+
+ Introduction
+ Requirements
+ Installation
+ Configuration
+ Maintainers
+
+
+INTRODUCTION
+------------
+
+The Node Manager module allows the user to send a notification email when a
+predefined date is reached.
+
+We are planning to add more sub-modules that will help editor to manage nodes.
+
+ * Node Delete - Allows the user to delete a node when it has expired, i.e
+   notify date reached.
+ * File Manager - Allows the user to manage files used in expired nodes.
+
+ * For a full description of the module visit:
+   https://www.drupal.org/project/node_manager
+
+ * To submit bug reports and feature suggestions, or to track changes visit:
+   https://www.drupal.org/project/issues/node_manager
+
+
+REQUIREMENTS
+------------
+
+This module requires no modules outside of Drupal core.
+
+
+INSTALLATION
 ------------
-Node Notify allows you to send notification email when predefine date is reached.
 
-How to Install
---------------
-* Use this guide to download and install the module https://www.drupal.org/documentation/install/modules-themes/modules-8
-* Change the setting here /admin/config/node_manager/node_notify/setting according to your need.
+ * Install the Node Manager module as you would normally install a contributed
+   Drupal module. Visit https://www.drupal.org/node/1897420 for further
+   information.
+
+
+CONFIGURATION
+-------------
+
+    1. Navigate to Administration > Extend and enable the module.
+    2. Upon saving, the module adds the following fields to Content types: Node
+       expire date and Node notify email.
+    3. Navigate to Administration > Configuration > Node Manager > Node notify
+       for notification configurations. Configs include: Email subject, Email
+       body, and number of days before notification is sent. Save configuration.
+    4. Navigate to Administration > Structure > Content types > [Content type to
+       edit] > Manage form display and drag the Node expire date and Node notify
+       email fields in to the enabled fields.
+    5. Use the contextual links to further configure the fields and save.
+
+
+MAINTAINERS
+-----------
 
+Supporting organization:
 
-How to Use
-----------
-* Module add to fields one for email and one for date on installation for every content type.
-* Change the manage form display of content type where you want to enable notification.
-* Both the fields should have value on node save.
+ * ]init[ AG - https://www.drupal.org/node/2356891
