diff --git a/README.md b/README.md index 8d99b7504ff0840a4c9caddc374e206d5db3ecdf..01d67de7d0f38727c47baaea22db9a235a9a7571 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.