Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix page breaks in UG #227

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading