We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b1178 commit 1531755Copy full SHA for 1531755
README.md
@@ -6,7 +6,7 @@ State pattern is used when you need to control the state of an object.
6
7
For example, if we want to create a keep track of the state of a music, that follows the diagram:
8
9
-<img src="./resources/StateDiagram.png" width="300px" />
+<img src="./resources/StateDiagram.png" width="800px" />
10
11
we would implement a class like below:
12
@@ -36,4 +36,4 @@ public interface MusicState {
36
String stop(Music music);
37
}
38
39
-```
+```
0 commit comments