diff --git a/README.txt b/README.txt
index 9646a5c..780b89b 100644
--- a/README.txt
+++ b/README.txt
@@ -1,24 +1,41 @@
 
 -- SUMMARY --
 
-The Plupload Integration module provides a browser-based widget to allow users with the appropriate permissions to upload images and create nodes in one fell swoop.
+The Plupload Integration module provides a browser-based widget to allow users
+with the appropriate permissions to upload images and create nodes in one fell
+swoop.
 
-Plupload is a GPL licensed multiple file uploading tool that can present widgets in Flash, Gears, HTML 5, Silverlight, BrowserPlus, and HTML4 depending on the capabilities of the client computer.
+Plupload is a GPL licensed multiple file uploading tool that can present widgets
+in Flash, Gears, HTML 5, Silverlight, BrowserPlus, and HTML4 depending on the
+capabilities of the client computer.
 
 -- INSTALLATION --
 
 1. Extract the module into sites/all/modules/
 2. Download the Plupload library from http://www.plupload.com/
-3. Extract the libary into sites/all/libraries/ 
-4. Assign user permissions appropriately  /admin/user/permissions
-5. Configure target import field at the path on the config page: /admin/settings/plupload-bulk
-6. Browse to the path /file-plupload
-7. Add Files using the web interface. (Or even drag-and-drop files onto the widget)
-8. Click Start Upload
-9. Wait, the Plupload widget is working its magic.
-10. You've made nodes.  Hooray!
+3. Extract the library into sites/all/libraries/, so that there's a 
+   sites/all/libraries/plupload/js/plupload.full.js file, in addition to the 
+   other files included in the library.
+4. Enable the 'Pupload integration module' module on the modules administation
+   page (found at path: /admin/build/modules). 
+5. Assign user permissions appropriately (found at path: /admin/user/permissions).
+6. Configure the import target field, on the configuration page at the path:
+   /admin/settings/plupload-bulk  (If your site does not already have a content
+   type with an attached filefield, you will need to create one first.)
+7. Browse to the path: /file-plupload
+8. Add Files using the web interface. (Or even drag-and-drop files onto the
+   widget.)
+9. Click 'Start Upload'.
+10. Wait, the Plupload widget is working its magic.
+11. You've made nodes.  Hooray!
+
+(Disclaimer: On its own, the Plupload module will only make nodes with the
+configured 'import target' filefield populated with the uploaded files, and
+node titles populated with the uploaded filename. All other fields will be left
+empty.)
 
 -- CONFIGURATION --
 
-Users with the 'administer plupload bulk uploads' permission can set the target content type and imagefield for the module at /admin/user/permissions
+Users with the 'administer plupload bulk uploads' permission can set the target
+content type and imagefield for the module at /admin/settings/plupload-bulk
 
