From 9ae541781f14b6c588a4be44d05455b91f0dbdbf Mon Sep 17 00:00:00 2001 From: Collin Date: Thu, 14 Mar 2024 14:47:39 +0000 Subject: [PATCH] Fix --- guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/getting-started.md b/guide/getting-started.md index f7a574e..0cef8b8 100644 --- a/guide/getting-started.md +++ b/guide/getting-started.md @@ -1,5 +1,5 @@ # LonaDB -LonaDB is a document-oriented DBMS written in PHP. It utilizes AES-encrypted JSON files to store data.
+LonaDB is a document-oriented DBMS written in PHP. It utilizes AES-encrypted JSON files to store data.
The communication between the server and clients happens with a TCP-socket using our own API. ## Important links