From 283e38d9d276b92f338f2fb83003f210f6b3bd52 Mon Sep 17 00:00:00 2001 From: Kenneth Trecy Tobias Date: Sun, 4 Aug 2024 18:19:22 +0800 Subject: [PATCH] docs: improve description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30c0fdb..2ccf466 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ # Peratorakka Server A server for any Peratorakka client. -Peratorakka is a software system aimed to manage and track the personal -finances. It is made up of a [client] and server. In this repository, it has an +Peratorakka is a software system aimed to manage and track personal finances. +It is made up of a [client] and server. In this repository, it has an implementation of the server which process the data and stores them in any compatible database. The database may be an instance of PostgreSQL server, MySQL server, or others as long as it is supported by CodeIgniter framework.