From 01954f1efa7444337a4aae5e4c851967fdb812d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0rfan=20Evrens?= Date: Fri, 11 Apr 2014 01:28:25 +0300 Subject: [PATCH] Prototype to Pool --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5fa05dfa..56fd4df4e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The patterns can be structured in roughly three different categories. Please cli * [FactoryMethod](FactoryMethod) [:notebook:](http://en.wikipedia.org/wiki/Factory_method_pattern) * [StaticFactory](StaticFactory) * [Prototype](Prototype) [:notebook:](http://en.wikipedia.org/wiki/Prototype_pattern) -* [Pool](Prototype) [:notebook:](http://en.wikipedia.org/wiki/Object_pool_pattern) +* [Pool](Pool) [:notebook:](http://en.wikipedia.org/wiki/Object_pool_pattern) * [Singleton](Singleton) [:notebook:](http://en.wikipedia.org/wiki/Singleton_pattern) (is considered an anti-pattern! :no_entry:) * [Multiton](Multiton) (is considered an anti-pattern! :no_entry:)