diff --git a/INSTALL.txt b/INSTALL.txt
index 595eb93..20d1528 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -9,10 +9,10 @@ To enable this module:
    the TinyMCE preelementfix plugin which is available from:
    http://sourceforge.net/tracker/index.php?func=detail&aid=2671750&group_id=103281&atid=738747
 
-   Download, extract the plugin into wysiwyg_preelementfix/tinymce/ so that it
-   can be found in wysiwyg_preelementfix/tinymce/preelementfix/
+   Download, extract the plugin into sites/all/libraries/preelementfix and
+   make sure the file plugin_editor.js is in that directory.
 
 3. Configure one of your WYSIWYG profiles to use the TinyMCE preelementfix plugin.
 
 4. Verify that TinyMCE handles <pre> elements correctly when you create or edit
-   a page using your WYSISWYG profile.
\ No newline at end of file
+   a page using your WYSISWYG profile.
diff --git a/wysiwyg_preelementfix.module b/wysiwyg_preelementfix.module
index d3586f1..9ac291c 100644
--- a/wysiwyg_preelementfix.module
+++ b/wysiwyg_preelementfix.module
@@ -40,7 +40,7 @@ function wysiwyg_preelementfix_library_path() {
   $file = 'editor_plugin.js';
   $library = 'preelementfix';
   if (module_exists('libraries') && file_exists(libraries_get_path($library) . "/$file")) {
-    return libraries_get_path($library) . "/$file";
+    return libraries_get_path($library);
   }
   else {
     $paths = array(
