update README

This commit is contained in:
Jakub Vojvoda
2016-09-08 10:21:20 +02:00
parent c6b242d7a1
commit 68c38df064

View File

@@ -12,8 +12,8 @@ objects).
- [Abstract Factory], families of product objects - [Abstract Factory], families of product objects
- [Builder], how a composite object gets created - [Builder], how a composite object gets created
- [Factory Method], subclass of object that is instantiated - [Factory Method], subclass of object that is instantiated
- [Prototype], todo - [Prototype], class of object that is instantiated
- [Singleton], todo - [Singleton], the sole instance of a class
- Structural Patterns - Structural Patterns
- [Adapter], todo - [Adapter], todo
- [Bridge], todo - [Bridge], todo