From f850c53f52ebfdab5233f2bf63260392566ad817 Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Wed, 26 May 2021 08:46:32 +0200
Subject: [PATCH] Rework text and fix headings

---
 README.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 4123591..f6f5b6d 100644
--- a/README.md
+++ b/README.md
@@ -45,13 +45,12 @@ Note that you will need a Keycloak server along with a client id for the domain
 
 ### dbp-qualified-signature-pdf-upload
 
-You can also use a single activity directly from the [Unpkg CDN](https://unpkg.com/browse/@dbp-topics/signature/)
-for example the `dbp-qualified-signature-pdf-upload` activity to qualifiedly sign PDF documents like this:
+You can use this activity to qualifiedly sign PDF documents like this:
 [dbp-qualified-signature-pdf-upload/index.html](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/master/examples/dbp-qualified-signature-pdf-upload/index.html)
 
 Note that you will need a Keycloak server along with a client id for the domain you are running this html on.
 
-## Attributes
+#### Attributes
 
 - `lang` (optional, default: `de`): set to `de` or `en` for German or English
     - example `lang="de"`
@@ -77,13 +76,12 @@ Note that you will need a Keycloak server along with a client id for the domain
 
 ### dbp-official-signature-pdf-upload
 
-You can also use a single activity directly from the [Unpkg CDN](https://unpkg.com/browse/@dbp-topics/signature/)
-for example the `dbp-official-signature-pdf-upload` activity to officially sign PDF documents like this:
+You can use this activity to officially sign PDF documents like this:
 [dbp-official-signature-pdf-upload/index.html](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/master/examples/dbp-official-signature-pdf-upload/index.html)
 
 Note that you will need a Keycloak server along with a client id for the domain you are running this html on.
 
-## Attributes
+#### Attributes
 
 - `lang` (optional, default: `de`): set to `de` or `en` for German or English
     - example `lang="de"`
-- 
GitLab