Skip to content

Commit

Permalink
Merge pull request #326 from abenx162/master
Browse files Browse the repository at this point in the history
minor style fixes
  • Loading branch information
abenx162 authored Apr 14, 2023
2 parents 182652b + 4a003e6 commit 44f0257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ Format: `delete EMPLOYEE_ID`
* The `EMPLOYEE_ID` **must be a positive integer** 1, 2, 3, …​

Examples:
`delete 2` deletes the employee with EMPLOYEE_ID 2 in ExecutivePro.
- `delete 2` deletes the employee with EMPLOYEE_ID 2 in ExecutivePro.

#### Clearing the data: `clear`

Expand Down Expand Up @@ -796,7 +796,7 @@ Format: `theme THEME_NAME`
* `THEME_NAME` is either `dark` (white text on dark background) or `light` (black text on white background).

Example:
`theme light` applies the `light` theme to ExecutivePro.
- `theme light` applies the `light` theme to ExecutivePro.

<div markdown="span" class="alert alert-warning">

Expand Down

0 comments on commit 44f0257

Please sign in to comment.