Skip to content

Commit deeefa6

Browse files
committed
Updated readme
1 parent 33d4324 commit deeefa6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,9 @@ If you are creating several different factories, then they should inherit from s
543543

544544
- To play sounds on different devices. An example of this can be found in the code section.
545545

546-
- For each object you make you have to allocate some memory. By creating all objects in a central area it makes it easier to monitor these allocations.
546+
- For each object you make you have to allocate some memory. By creating all objects in a central area it makes it easier to monitor these allocations.
547+
548+
- To keep track of all of your Singletons.
547549

548550
**Related patterns**
549551

0 commit comments

Comments
 (0)