From ebe96c4f650eeee1f8563c2b4383e825b4fbfc17 Mon Sep 17 00:00:00 2001 From: Francesco Date: Fri, 3 Nov 2023 20:00:42 +0100 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cc012d..b3c9966 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # SnapAdmin - Spring Boot Database Admin Panel -Generate a powerful CRUD management dashboard for your [Spring Boot®](https://spring.io/projects/spring-boot) application in a few minutes. +Generate a powerful database/CRUD management dashboard for your [Spring Boot®](https://spring.io/projects/spring-boot) application in a few minutes. SnapAdmin scans your `@Entity` classes and automatically builds a web UI with CRUD operations for your database schema. No modifications required to your existing code (well, you will need to add **1 line** to it...)!