diff --git a/wysiwyg_code_button.module b/wysiwyg_code_button.module
index ff1c066..b84b0e0 100644
--- a/wysiwyg_code_button.module
+++ b/wysiwyg_code_button.module
@@ -16,7 +16,7 @@ function wysiwyg_code_button_wysiwyg_plugin($editor, $version) {
       return array(
         'code-button' => array(
           'url' => 'http://drupal.org/project/wysiwyg_code_button',
-          'path' => drupal_get_path('module', 'wysiwyg_code_button') . '/ckeditor/plugin.js',
+          'path' => drupal_get_path('module', 'wysiwyg_code_button') . '/ckeditor',
           'buttons' => array(
             'code-button' => t('Preformatted code'),
           ),
