From 9901444c7e94063f80c244b7b3b54a09a2141727 Mon Sep 17 00:00:00 2001 From: Akshay Nandwana Date: Sun, 3 Apr 2022 15:13:20 +0530 Subject: [PATCH] nit fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0306ef6..034dad5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RoomAccounting -**RoomAccounting** app is a simple invoice accouting application. Based on local database with the CRUD operation. +**RoomAccounting** app is a simple invoice accounting application. Based on the local database with the CRUD operation. ## Architecture 📐 Project is a single module consist of multiple packages in order to achieve MVVM architecture.