From 3b2477ea8177a80ef565b05f7af0e3289a92f991 Mon Sep 17 00:00:00 2001 From: Michael Vlach Date: Sat, 20 Jan 2024 13:54:18 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27759a78..833eb27e 100644 --- a/README.md +++ b/README.md @@ -168,15 +168,16 @@ For database concepts and primitive data types see [concepts](docs/concepts.md). ## agdb logo  Decision Tree ```mermaid -graph TD; +flowchart TD; A[Embedded or server?] --> Embedded A --> B[Client or hosting?] - Embedded --> Queries[Queries] Embedded --> Studio[Studio] + Embedded --> Queries[Queries] B --> Client B --> Hosting Client --> API[API] Client --> Studio + Client --> Queries Hosting --> Server[Server] Hosting --> Cloud[Cloud] ```