From 81c7cf828ea4cce7849281bbf48fad624faa9fce Mon Sep 17 00:00:00 2001 From: liu-jianhao Date: Sat, 6 Oct 2018 22:38:55 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e9c207..9e2599f 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ + [Iterator](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/Iterator) + [Chain of Resposibility(职责链)](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/Chain%20of%20Resposibility) ### 行为变化: -+ Command -+ Visitor ++ [Command](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/Command) ++ [Visitor](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/Vistor) ### 领域问题: -+ Interpreter ++ [Interpreter](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/Interpreter) -- GitLab