summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ed727fb..923b5be 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ INSERT INTO einstellung (name, wert, kategorie, beschreibung)
VALUES (
'consentform',
'MR.Consent',
- 'DNPM',
+ 'System',
'Zu verwendendes Consent-Formular'
);
```