From c60b09c6a0d39da5d820cbf2f7b3a6a5b97f2beb Mon Sep 17 00:00:00 2001 From: Neha Bagga <nbagga@myune.edu.au> Date: Fri, 15 Sep 2023 20:07:46 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01d67de..20d1f34 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ This is a simple inventory management system for A&B Toys, developed in C++ using Object-Oriented Programming (OOP) principles. The system allows you to manage toy records, including adding, deleting, updating, and displaying toy information. +Access Wiki [Here](https://gitlab.une.edu.au/cosc220_software_development_group_assignment/csc220_sdga_inventory_system/-/wikis/A&B-Toys-Inventory-Management-System) ## Features - Add a new toy to the inventory. @@ -44,4 +45,4 @@ Push your changes to your fork. Create a pull request, describing your changes. ### Acknowledgments -Special thanks to 'nbagga' and 'hkaur28' for their contributions to this project. \ No newline at end of file +Special thanks to 'nbagga' and 'hkaur28' for their contributions to this project. -- GitLab