We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7241538 commit ec8d730Copy full SHA for ec8d730
README.md
@@ -15,3 +15,6 @@ Intent: Define an interface for creating an object, but let subclasses decide wh
15
16
##Prototype
17
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