From d1593ec8a05d888ca47306fb9b417b0b48a2346e Mon Sep 17 00:00:00 2001 From: dextmorgn Date: Sun, 26 Oct 2025 11:55:45 +0100 Subject: [PATCH] feat: update readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc14796..f737088 100644 --- a/README.md +++ b/README.md @@ -172,13 +172,15 @@ FastAPI server providing: - REST API endpoints - Authentication and user management -- Transform orchestration - Graph database integration - Real-time event streaming ### flowsint-app -Frontend application (unchanged from original). +Frontend application. + +- Modern and UI friendly interface +- Built for performance (no lag even on thousands of nodes) ## Development workflow @@ -189,7 +191,7 @@ Frontend application (unchanged from original). ## Testing -Each module has its own test suite: +Each module has its own (incomplete) test suite: ```bash # Test core module