From 75242ff0db926b904c07692502da82f934937e39 Mon Sep 17 00:00:00 2001 From: liu-jianhao Date: Thu, 4 Oct 2018 16:56:20 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90ab944..dd43bda 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ + [Bridge](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/Bridge) ### 对象创建: + [Factory Method](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/Factory%20Method) -+ Abstract Factory ++ [Abstract Factory](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/Abstract%20Factory) + Prototype + Builder ### 对象性能: -- GitLab