Skip to content

Commit

Permalink
Merge pull request #277 from AY2324S1-CS2103T-F08-0/fix-ug-bugs
Browse files Browse the repository at this point in the history
Fix some minor errors in UG
  • Loading branch information
lawruixi authored Nov 13, 2023
2 parents 3e8fe70 + 5c5228a commit 5c54961
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,10 @@ The app helps students to consolidate important data, such as profiles of profes
</tabs>
</box>

4. The application should launch, resembling the UI shown below
4. The application should launch, resembling the UI shown below.

<img src="./images/Ui.png" width="100%" >

--- {.dotted .thick-1 .border-primary}

5. Refer to the [Features](#features) below for details of each command.

--- {.dotted .thick-1 .border-primary}
Expand Down Expand Up @@ -382,7 +380,8 @@ Unable to add a person without name
Example 5.1: `add --name`

```
Names should only contain alphanumeric characters and spaces, and it should not be blank
Names should only contain alphanumeric characters and spaces,
and it should not be blank
```

Example 5.2: `add --name Charlie --role teacher`
Expand Down

0 comments on commit 5c54961

Please sign in to comment.