From 2e095eb6fbbf5e26427f5028449cd45c88a8b9e2 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff <93011140+darin-kelkhoff@users.noreply.github.com> Date: Mon, 8 Nov 2021 22:12:54 -0600 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 54426adb..683c7a05 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,6 @@ [![Java CI with Maven](https://github.com/Kingsrook/qqq-backend-core/actions/workflows/maven.yml/badge.svg)](https://github.com/Kingsrook/qqq-backend-core/actions/workflows/maven.yml) +This is the Core backend module of qqq. + +It defines the standard models (including how meta-data are modeled) and actions of the framework, along with interfaces for backend-modules to implement.