diff --git a/README.md b/README.md
index 811277b8703b3c438e90238219711bac26ad03b6..0fbb3808237c08173bdafbddbfc73b14b7d96c39 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# ECA Recipe: ECA and http services - part 2
+## ECA Recipe: ECA and http services - part 2
 
 ID: eca_lib_0033
 
@@ -8,7 +8,7 @@ This module requires the services API defined in a [Custom Module](https://ecagu
 
 The creation of this module was recorded and the video with additional explanations can be [watched here](https://tube.tchncs.de/w/vUXqDxeKtqppRUB2MDWiJq).
 
-## Installation
+### Installation
 
 ```shell
 composer require drupal-eca-recipe/eca_lib_0033
diff --git a/composer.json b/composer.json
index bf958b136c5ca16d1492993b79c153dae260ad89..82866b6821bc105fceb1b2c98fb7ca7533bc7586 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
     "name": "drupal-eca-recipe/eca_lib_0033",
     "type": "drupal-recipe",
-    "description": "This model is a follow up version of [ECA and http services](/library/simple/eca_and_http_services.md) and uses a self-defined services API for the HTTP Client Manager.\n\nThis module requires the services API defined in a [Custom Module](/library/simple/eca_and_http_services_-_part_2/eca_tv_demo.zip). Please download, copy to your Drupal site and enable it before importing this model.\n\nThe creation of this module was recorded and the video with additional explanations can be [watched here](https://tube.tchncs.de/w/vUXqDxeKtqppRUB2MDWiJq).",
+    "description": "ECA and http services - part 2",
     "license": "GPL-2.0-or-later",
     "require": {
         "drupal/eca_access": "*",