Skip to content

Commit ec8d730

Browse files
committed
Update README.md
1 parent 7241538 commit ec8d730

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ Intent: Define an interface for creating an object, but let subclasses decide wh
1515

1616
##Prototype
1717
Intent: Specify the kinds of objects to create using a prototypical instance, and create new objects by copying this prototype.
18+
19+
##Singleton
20+
Intent: Ensure a class only has one instance, and provide a global point of access to it.

0 commit comments

Comments
 (0)