From 9386cf4cbdd1bc18a120f284b006c409acea7a93 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Mon, 21 Jun 2021 10:07:01 +0200
Subject: [PATCH] REL: fix some occurrences of "HeartDB"

---
 src/doc/specification/Authentication.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/doc/specification/Authentication.md b/src/doc/specification/Authentication.md
index 9ec5bcd7..6040d379 100644
--- a/src/doc/specification/Authentication.md
+++ b/src/doc/specification/Authentication.md
@@ -1,5 +1,5 @@
 # Authentication
- Some features of HeartDB are available to registered users only. Making any changes to the data stock via HTTP requires authentication by `username` _plus_ `password`. They are to be send as a HTTP header, while the password is to be hashed by the sha512 algorithm:
+ Some features of CaosDB are available to registered users only. Making any changes to the data stock via HTTP requires authentication by `username` _plus_ `password`. They are to be send as a HTTP header, while the password is to be hashed by the sha512 algorithm:
 
 | `username:` | `$username` | 
 |-------------|-------------|-
-- 
GitLab