From 4007850fdea297889dff027cb233e07f52e7094e Mon Sep 17 00:00:00 2001
From: Neha Bagga <nbagga@myune.edu.au>
Date: Fri, 15 Sep 2023 19:42:13 +0000
Subject: [PATCH] Replace README.md

---
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 8d99b75..01d67de 100644
--- a/README.md
+++ b/README.md
@@ -25,10 +25,11 @@ This is a simple inventory management system for A&B Toys, developed in C++ usin
    cd <repository_directory>
 
 2. Build and run the program
-'''bash
-gcc sqlite3.c -c
-g++ inventory_management_system.cpp sqlite3.o -I.
-./a.exe
+
+   ```bash
+   gcc sqlite3.c -c
+   g++ inventory_management_system.cpp sqlite3.o -I.
+   ./a.exe
 
 ### Usage
 Follow the on-screen menu to perform inventory management operations.
-- 
GitLab