From 68c38df06425a120daee4d94925d62d81168bf5a Mon Sep 17 00:00:00 2001 From: Jakub Vojvoda Date: Thu, 8 Sep 2016 10:21:20 +0200 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 232b601..dc6556f 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ objects). - [Abstract Factory], families of product objects - [Builder], how a composite object gets created - [Factory Method], subclass of object that is instantiated - - [Prototype], todo - - [Singleton], todo + - [Prototype], class of object that is instantiated + - [Singleton], the sole instance of a class - Structural Patterns - [Adapter], todo - [Bridge], todo