diff --git a/README.txt b/README.txt
index 70bdac2..ce4aef9 100755
--- a/README.txt
+++ b/README.txt
@@ -1,6 +1,6 @@
 ABOUT
 
-This module provides "suggested terms" for free-tagging Taxonomy fields based on terms 
+This module provides "suggested terms" for free-tagging Taxonomy fields based on terms
 already submitted.  It replaces the description field on free-tagging fields with a
 clickable list of previously entered terms.  If javascript is not enabled the list will
 still appear but not be clickable.  It provides the best of both worlds between a
@@ -13,14 +13,27 @@ REQUIREMENTS
 CONFIGURATION
 
 Once the module is enabled, go to admin/content/suggestedterms to configure the module.
-Terms may be ordered by popularity, alphabetically, or most recently added and the list 
+Terms may be ordered by popularity, alphabetically, or most recently added and the list
 may be limited to any number of terms.  The settings will apply to all free-tagging fields
 on all nodes.
 
+MODULE WEIGHT
+
+In order to function properly, this module's weight must be higher (heavier) than that of
+some other taxonomy-related modules. If the suggested terms are not showing up at all, this
+could be the cause. Module weights are stored in the {system} table in the database.
+Known modules that must have a lighter weight than suggestedterms:
+ taxonomy (core)
+ hs_taxonomy (hierarchical_select)
+An example of a query that will set the weight of this module to '3':
+sql-query "UPDATE {system} SET weight = 3 WHERE name = 'suggestedterms'"
+
+Original issue: http://drupal.org/node/188786
+
 AUTHOR AND CREDIT
 
 Original Development:
-Gareth Arch 
+Gareth Arch
 garch@tampabay.rr.com
 
 Maintainer:
