diff --git a/ckeditor_bgimage.module b/ckeditor_bgimage.module
index 24b9f7a..dc1c419 100644
--- a/ckeditor_bgimage.module
+++ b/ckeditor_bgimage.module
@@ -10,9 +10,9 @@ use Drupal\Core\Routing\RouteMatchInterface;
 /**
  * Implements hook_help().
  */
-function ckeditor_googlesearch_help($route_name, RouteMatchInterface $route_match) {
+function ckeditor_bgimage_help($route_name, RouteMatchInterface $route_match) {
   switch ($route_name) {
-    case 'help.page.ckeditor_googlesearch':
+    case 'help.page.ckeditor_bgimage':
       $output = '';
       $output .= '<h3>' . t('Ckeditor Backgroun Image') . '</h3>';
       $output .= '<p>' . t('The module adds a Background button to the editor toolbar.') . '</p>';
