From 942955bb7688b3ee7853ca621bfb8ee51e78fcd2 Mon Sep 17 00:00:00 2001 From: Irash-Perera Date: Tue, 31 Dec 2024 17:27:03 +0530 Subject: [PATCH] docs: update README.md to improve section headings for clarity --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c54ca5..71623b1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ With this application, users can sign in with their Google account and create an eWallet, which can be used to manage their expenses and incomes as well as to analyze their transaction history. -#### Technologies Used: +## Technologies Used: - GraphQL : For the backend API - WSO2 API Manager : For API management - Apollo Client/Server : For GraphQL client and server @@ -14,7 +14,7 @@ With this application, users can sign in with their Google account and create an - MongoDB : For the database - Google OAuth : For user authentication -#### Screenshots: +## Screenshots: | Page | Screenshot | | --- | --- | | Home Page | ![home-page](./screenshots/home.png) | @@ -23,7 +23,7 @@ With this application, users can sign in with their Google account and create an | Dashboard | ![dashboard](./screenshots/dashboard.png) | | Add Transaction | ![add-transaction](./screenshots/add-transaction.png) | -#### Setup: +## Setup: 1. **Clone the repository** Clone the repository using the following command.