From f9ef2c1d7ded0d79bc63c906a91e26b011a96e7d Mon Sep 17 00:00:00 2001 From: liu-jianhao Date: Wed, 3 Oct 2018 16:00:56 +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 f20d068..94e8303 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ ### 组件协作: + [Template Method](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/Template%20Method) + Observer / Event -+ Strategy ++ [Strategy](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/Strategy) ### 单一职责: + Decorator + Bridge -- GitLab