Skip to content

Commit 1531755

Browse files
authored
Update README.md
1 parent f5b1178 commit 1531755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ State pattern is used when you need to control the state of an object.
66

77
For example, if we want to create a keep track of the state of a music, that follows the diagram:
88

9-
<img src="./resources/StateDiagram.png" width="300px" />
9+
<img src="./resources/StateDiagram.png" width="800px" />
1010

1111
we would implement a class like below:
1212

@@ -36,4 +36,4 @@ public interface MusicState {
3636
String stop(Music music);
3737
}
3838

39-
```
39+
```

0 commit comments

Comments
 (0)