diff --git a/README.txt b/README.txt
index f17c970..f9e903f 100644
--- a/README.txt
+++ b/README.txt
@@ -47,29 +47,22 @@ users allowed to view a particular node will also be able to view this field,
 and so on.
 
 
-REQUIREMENTS
-============
-
-- Field UI module (Drupal core).
-
-
 INSTALLATION
 ============
 
-1) Be sure to install all dependent modules.
-
-2) Copy all contents of this package to your modules directory preserving
+1) Copy all contents of this package to your modules directory preserving
    subdirectory structure.
 
-3) Go to Administer -> Modules to install module.
+2) Go to Administer -> Modules to install module. If the (Drupal core) Field UI
+   module is not enabled, do so.
 
-4) Review the settings of your fields. You will find a new option labelled
+3) Review the settings of your fields. You will find a new option labelled
    "Field permissions" that allows you to enable permissions per field. It
    is disabled by default.
 
-5) Visit the Administer -> People -> Permissions page to enable the permission
+4) Visit the Administer -> People -> Permissions page to enable the permission
    for selected roles.
 
-6) Get an overview of the Field Permissions at:
+5) Get an overview of the Field Permissions at:
    Administer -> Reports -> Field list -> Permissions
 
diff --git a/field_permissions.info b/field_permissions.info
index 4c9695c..245f217 100644
--- a/field_permissions.info
+++ b/field_permissions.info
@@ -1,6 +1,5 @@
 name = Field Permissions
 description = Set field-level permissions to create, update or view fields.
-dependencies[] = field_ui
 package = Fields
 core = 7.x
 files[] = field_permissions.module
