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