From 7902d03e5b7410d752c9ddf99c4ba65c6c61c8d2 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Thu, 20 Feb 2025 17:25:11 +0100
Subject: [PATCH] DOC: Mention default datamodel yaml in README.md

---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e2cadac..1bc1ebe 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,12 @@ profile:
 
 
 ## Configuration
-Note, that you can adjust names of Recordtypes and Properties that are used.
+
+There is an example datamodel in `datamodel-default.yml` in this
+repository that contains the minimal datamodel for LinkAhead Loan
+using all default names for the required entities.
+
+Note that you can adjust names of Recordtypes and Properties that are used.
 If you want to do this, you need to 
 1. Create a configuration file for `loanpy`. Place a `~/linkahead_loan.ini` in
    the sss home directory (`caosdb-server/scripting/home`) and add those keys,
-- 
GitLab