Skip to content

Commit

Permalink
Merge pull request #271 from tsulim/270-resize-diagrams
Browse files Browse the repository at this point in the history
Resize diagrams in developer guide
  • Loading branch information
JerryWang0000 authored Apr 15, 2024
2 parents efd1bf4 + 451b526 commit 294c300
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ The below sequence diagram goes into more detail on how the command is parsed in

The below activity diagram illustrates the process when a user executes a edit command.

<img src="images/EditActivityDiagram.png" width="250" />
<img src="images/EditActivityDiagram.png" width="740" />

#### Why edit is implemented this way

Expand Down Expand Up @@ -222,7 +222,7 @@ The below sequence diagram goes into more detail on how the command is parsed in

The below activity diagram illustrates the process when a user executes a find command.

<img src="images/FindActivityDiagram.png" width="250" />
<img src="images/FindActivityDiagram.png" width="450" />

#### Why find is implemented this way

Expand Down Expand Up @@ -298,7 +298,7 @@ The sequence diagram for executing a **"sort n/"** is shown below:

The following activity diagram summarizes what happens when a user executes a new sort command:

<img src="images/SortActivityDiagram.png" width="450" />
<img src="images/SortActivityDiagram.png" width="600" />

#### Why sort is implemented this way

Expand Down

0 comments on commit 294c300

Please sign in to comment.