Skip to content

Commit c5b37f9

Browse files
committed
Updated readme
1 parent 0e68fda commit c5b37f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In you game you have many commands, such as play sound, throw cake, etc. It can
5959

6060
**Related patterns**
6161

62-
* **[Subclass Sandbox](#11-subclass-sandbox).** You may end up with many child-command-classes. To easier handle the code, you can define high-level methods in the parent like in the Subclass Sandbox pattern.
62+
- **[Subclass Sandbox](#11-subclass-sandbox).** You may end up with many child-command-classes. To easier handle the code, you can define high-level methods in the parent like in the Subclass Sandbox pattern.
6363

6464

6565

0 commit comments

Comments
 (0)