Update README.md

This commit is contained in:
Ilkka Seppälä 2014-08-11 21:45:42 +03:00
parent 72415386fe
commit ec8d730113

View File

@ -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.