diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 2ef2d014f99..ab79b64873c 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -284,10 +284,11 @@ Add a new internship application into InternHub. All fields are unable to handle multiple inputs. -Example of correct format: `add c/Happy Burger p/98765432 e/HappyBurger@example.com a/311, Clementi Ave 2 t/I jd/Software Developer intern d/29-05-2024 1200 id/3 months s/1000 n/Company CEO is John Doe` +Example of correct format: `add c/Happy Burger p/98765432 e/HappyBurger@example.com a/311, Clementi Ave 2, #02-25 S(123456) t/I jd/Software Developer intern d/29-05-2024 1200 id/3 months s/1000 n/Company CEO is John Doe, tech team lead is Alex Yeoh`
This internship application will be added in InternHub successfully. -Example of incorrect format: `add c/Happy Burger p/98765432 e/HappyBurger@example.com a/311, Clementi Ave 2 t/I jd/Software Developer intern d/29-05-2024 1200 id/3 months s/1000 n/Company CEO is John Doe `**`n/Company has 500 employee`** +Example of incorrect format: `add c/Happy Burger p/98765432 e/HappyBurger@example.com a/311, Clementi Ave 2, #02-25 S(123456) t/I jd/Software Developer intern d/29-05-2024 1200 id/3 months s/1000 n/Company CEO is John Doe, tech team lead is Alex Yeoh `**`n/Company has 500 employee`** +
An error message _"Multiple values specified for the following single-valued field(s): n/"_ will be shown on the result display box. diff --git a/docs/index.md b/docs/index.md index 0b9cce86a6b..e22ca7d70f9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ ![Ui](images/Ui.png) -**InternHub 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). +**InternHub is a desktop application for managing your internship applications.** While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface). * If you are interested in using InternHub, head over to the [_Quick Start_ section of the **User Guide**](UserGuide.html#quick-start). * If you are interested about developing InternHub, the [**Developer Guide**](DeveloperGuide.html) is a good place to start.