diff --git a/README.txt b/README.txt
index fab9b60..05fec49 100644
--- a/README.txt
+++ b/README.txt
@@ -1,3 +1,92 @@
-Porting search configuration module to  Drupal 8.
+INTRODUCTION
+============
 
-For more information regarding this module: https://www.drupal.org/project/search_config
+The Search Configuration module has two primary functions, to alter how the
+search form is rendered and to provide restrictions on the content that is
+exposed when searching.
+
+ * For a full description of the module, visit the project page:
+   https://drupal.org/project/search_config
+
+ * To submit bug reports and feature suggestions, or to track changes:
+   https://drupal.org/project/issues/search_config
+
+
+DESCRIPTION
+===========
+
+The basic functionality of this module is to configure the search forms so as to give an easy user interface for the
+users during the search mechanism.
+
+The key features are listed below:
+
+ * Remove the basic search form if advanced search form is present.
+ * Move the basic keyword search to advanced search form.
+ * Options to override advanced forms fieldset.
+ * Options to specify the relative positions of the field labels. i.e, either the default or below the field or in the
+   hidden state.
+ * Options to alter the field labels of the basic and the advanced search forms.
+ * Options to select the users who can access various fields.
+ * Replace the type options with custom type groups.
+ * Options to alter the pager limit.
+
+This module has been ported to Drupal 8 as part of the Google Summer of Code 2016 project.
+
+PREREQUISITES
+=============
+
+Search module (Drupal core).
+
+INSTALLATION
+============
+
+Standard module installation.
+
+See https://www.drupal.org/docs/8/extending-drupal/installing-contributed-modules for further information.
+
+CONFIGURATION
+============
+
+* Form Appearance
+
+  Navigate to Administration » Configuration » Search » ??
+
+  "Labels and string overrides" fieldset
+
+  This section allows you to configure the field labels. Options include:
+    - alter the field titles of the basic and advanced search forms
+    - title position. These can be positioned above (default), below or hidden
+
+.....
+
+* Configure user permissions
+
+  Navigate to Administration » People » Permissions:
+
+  - Exclude nodes from search results
+
+    This allows users with this permission to flag content as not to be searched.
+
+
+MAINTAINERS
+============
+
+Current maintainers:
+Naveen Valecha - <https://www.drupal.org/u/naveenvalecha>
+Joyce George - <https://www.drupal.org/u/joyceg>
+
+Past maintainers:
+Joseph Yanick - https://www.drupal.org/u/jbomb
+
+This project has been sponsored by:
+* Google
+  This module has been ported to Drupal 8 as part of the Google Summer of Code
+  2016 project. Visit https://developers.google.com/open-source/gsoc/ for more
+  information.
+
+* Acquia
+  Helped with time to mentor the GSOC student for the Drupal 8 port.
+  Visit http://acquia.com for more information.
+
+* GreenAcorn
+  Drupal 7 port. Visit http://greenacorn.com.au for more information.
