From ec8d730113624370ad951382cb62ce33848d1b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Mon, 11 Aug 2014 21:45:42 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3b19bd6bf..f8ce38c3c 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,6 @@ Intent: Define an interface for creating an object, but let subclasses decide wh ##Prototype Intent: Specify the kinds of objects to create using a prototypical instance, and create new objects by copying this prototype. + +##Singleton +Intent: Ensure a class only has one instance, and provide a global point of access to it.