From de9a4ea21fcf0e19a25b4a1523402728fc5dd6db Mon Sep 17 00:00:00 2001 From: liu-jianhao Date: Sat, 6 Oct 2018 10:27:29 +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 856e38e..72ceff8 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ + [Adapter](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/Adapter) ### 状态变化: + Memento -+ State ++ [State](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/State) ### 数据结构: + Composite + Iterator -- GitLab