Skip to content

Commit

Permalink
Merge pull request #227 from youdonnnn/branch-FinalEdits
Browse files Browse the repository at this point in the history
Fix page breaks in UG
  • Loading branch information
youdonnnn authored Apr 15, 2024
2 parents 8215171 + 2ef3c37 commit a5490af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ ADDRESS does not need to be unique across different clients.

<br/>

<div style="page-break-after: always;"></div>

<div style="border: 1px solid #dc3545; background-color: #f8d7da; padding: 10px; border-radius: 5px;">
<span style="font-size: 20px; color: #007bff;">&#x2757;</span> <strong>Caution:</strong>

Expand Down Expand Up @@ -251,12 +253,10 @@ Shows a list of all clients in InsureBook.
![List](images/listCommand.png) <br><br>
Format: `list`


<div style="page-break-after: always;"></div>

### Editing a client : `edit`



Edits an existing client in InsureBook.
![Edit](images/editCommand.png) <br><br>
Format: `edit INDEX [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [a/ADDRESS] [m/MEETING_DATE MEETING_TIME] [t/TAG]...`
Expand Down Expand Up @@ -482,6 +482,7 @@ Examples:

* `addPolicy 1 pol/SuperSaver type/CI polnum/39376234 pterm/Annually prem/3000 b/100000`

<div style="page-break-after: always;"></div>


### Deleting an existing policy from a client : `delPolicy`
Expand Down

0 comments on commit a5490af

Please sign in to comment.