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.