From c0054ea6240ccbcf4a6e6ada9f3c1889ef634029 Mon Sep 17 00:00:00 2001 From: gwynethguo Date: Fri, 31 Mar 2023 10:47:52 +0800 Subject: [PATCH] Update README.md to fix MATHTUTORING to MATHUTORING --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5ecf8171913..43b90337369 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ * This is **a product for private Math tuition teachers**.
Example usages: - * as an application to manage their students' contacts and performances. -* The project simulates an ongoing software project for a desktop application (called _MATHTUTORING_) used for managing students contacts and performance + * as an application to manage their student contact details and performance. +* The project simulates an ongoing software project for a desktop application (called _MATHUTORING_) used for managing student contact details and performance. * It is **written in OOP fashion**. It provides a **reasonably well-written** code base based on the original project **AB3**. * It comes with a **reasonable level of user and developer documentation**. -* It is named `MATHTUTORING v1.1` because it was initially created as a part of a series of `MATHTUTORING` projects (`v1.1`, `v1.2`, `v1.3` ...). -* For the detailed documentation of this project, see the **[MATHTUTORING Product Website](https://github.com/AY2223S2-CS2103-W17-1/tp)**. +* It is named `MATHUTORING v1.3.2` because it was initially created as a part of a series of `MATHUTORING` projects (`v1.1`, `v1.2`, `v1.3` ...). +* For the detailed documentation of this project, see the **[MATHUTORING Product Website](https://github.com/AY2223S2-CS2103-W17-1/tp)**. * This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).