diff --git a/README.md b/README.md index ff46ace8..86de4efd 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ # Modular Monolith Template -Starter Template for building modular monolithic SaaS applications with ASP.NET Core, Blazor and EF Core. +Starter Template for building modular monolithic SaaS applications with ASP.NET Core, Blazor and EF Core (SQL Server). ## Architecture -The solution follows a "modular" architectural approach. The idea is, that every "Subdomain" is organised in an own module. +The solution follows a "modular" architectural approach. The idea is, that every "Subdomain" is organised in an own module. A module itself consists of multiple related projects. Note: The arrows show the dependencies between the projects and the modules.