Skip to content

Commit

Permalink
Added some full stops to the UG
Browse files Browse the repository at this point in the history
  • Loading branch information
amosting committed Nov 13, 2023
1 parent 3cf8dbc commit 9d9f64c
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ or above installed. Java is the language that your computer uses to understand T

**Step 3.** Check the version number provided (`xxx`) is at least `11`.

An example is shown below.

An example is shown below:
```
> java -version
java version "xxx" <Other information>
Expand All @@ -58,15 +57,15 @@ An example is shown below.

#### Glossary

| Words/Abbreviations | Explanation |
|---------------------|-------------------------------------------------------------------------------------------------------------------------------------|
| **TA** | Teaching Assistant |
| **Applicant** | Applicant refers to a student who has applied as a TA |
| **Mainstream OS** | Windows, Linux or Mac |
| **CLI** | Command-Line Interface |
| **GUI** | Graphical User Interface |
| **Toast** | A popup alert to inform users about certain information |
| **Tag** | Tags are associated with applicants, users can tag applicants with any keyword they want,<br/>the number of tags are not restricted |
| Words/Abbreviations | Explanation |
|---------------------|--------------------------------------------------------------------------------------------------------------------------------------|
| **TA** | Teaching Assistant |
| **Applicant** | Applicant refers to a student who has applied as a TA |
| **Mainstream OS** | Windows, Linux or Mac |
| **CLI** | Command-Line Interface |
| **GUI** | Graphical User Interface |
| **Toast** | A popup alert to inform users about certain information. |
| **Tag** | Tags are associated with applicants, users can tag applicants with any keyword they want,<br/>the number of tags are not restricted. |

### Installation

Expand All @@ -88,7 +87,7 @@ An example is shown below.

**Step 4.** Press enter and execute the command.

An example of the final command is displayed below.
An example of the final command is displayed below:

```
> java -jar xxxx/xxxx/tafinder.jar
Expand Down

0 comments on commit 9d9f64c

Please sign in to comment.