diff --git a/README.txt b/README.txt
index f0b386a..acd0430 100644
--- a/README.txt
+++ b/README.txt
@@ -1,22 +1,33 @@
-
---------------------------------------------------------------------------------
-                             Registration Invite
---------------------------------------------------------------------------------
+INTRODUCTION
+------------
 
 The Registration Invite module allows site administrators to configure new user 
-registrations through invitations only.
+registrations only through invitations received by emails.
+
+ * For a full description of the module, visit the project page:
+   https://drupal.org/project/registration_invite
+
+
+REQUIREMENTS
+------------
+
+This module requires the following modules:
+
+ * Invite (https://www.drupal.org/project/invite)
+ * User Referral (https://www.drupal.org/project/referral)
+
+
+INSTALLATION
+------------
 
-Project homepage: http://drupal.org/project/registration_invite
+ * Install as you would normally install a contributed Drupal module. See:
+   https://drupal.org/documentation/install/modules-themes/modules-7
+   for further information.
 
 
-Installation and Configuration
+CONFIGURATION
 ------------------------------
 
- * Registration Invite depends on the Invite module and User Referral Module, 
-   download and install it from http://drupal.org/project/invite and 
-   https://www.drupal.org/project/referral
- * Copy the whole registration invite directory to your modules directory
-   (e.g. DRUPAL_ROOT/sites/all/modules) and activate the Registration Invite module
  * The administrative user interface can be found at 
    http://yoursite.com/admin/config/people/accounts
  * Under Registration and cancellation section, select "New user registration by invitation only."
diff --git a/registration_invite.module b/registration_invite.module
index 81c8ff2..1f188ca 100644
--- a/registration_invite.module
+++ b/registration_invite.module
@@ -38,7 +38,7 @@ function registration_invite_user_registration_by_invite_only() {
 }
 
 /**
- * Permission defination "registration_invite_user_register_access".
+ * Permission definition "registration_invite_user_register_access".
  */
 function registration_invite_user_register_access() {
   $access = TRUE;
