diff --git a/README.md b/README.md index 13f5c77403f..2acd658dff0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Example usages: * as a starting point of a course project (as opposed to writing everything from scratch) * as a case study -* The project simulates an ongoing software project for a desktop application (called _AddressBook_) used for managing contact details. +* The project is constructed based an ongoing software project (called _AddressBook3_) for a desktop application (called _HR Insight_) used for managing employee details. * It is **written in OOP fashion**. It provides a **reasonably well-written** code base **bigger** (around 6 KLoC) than what students usually write in beginner-level SE modules, without being overwhelmingly big. * It comes with a **reasonable level of user and developer documentation**. * It is named `AddressBook Level 3` (`AB3` for short) because it was initially created as a part of a series of `AddressBook` projects (`Level 1`, `Level 2`, `Level 3` ...). diff --git a/docs/images/Ui.png b/docs/images/Ui.png index 5bd77847aa2..a37ca0cb9a2 100644 Binary files a/docs/images/Ui.png and b/docs/images/Ui.png differ diff --git a/docs/index.md b/docs/index.md index 6d1926b44cf..927024d84af 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ title: HR Insight ![Ui](images/Ui.png) -**AddressBook is a desktop application for managing your contact details.** While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface). +**HR Insight is a desktop application for managing your contact details.** While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface). - If you are interested in using AddressBook, head over to the [_Quick Start_ section of the **User Guide**](UserGuide.html#quick-start). - If you are interested about developing AddressBook, the [**Developer Guide**](DeveloperGuide.html) is a good place to start.