From a7bc893c4b79830cd181d44cc0751b98976e1e6e Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 5 May 2020 22:24:57 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cabe969..98616dd 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ + [x] [中介者模式(Mediator)](./behavior/01_mediator) + [x] [闭包选项模式(Function Option)](./behavior/02_option) + [x] [观察者模式(Observer)](./behavior/03_observer) -+ [ ] [WIP][命令模式(Command)](./behavior/11_command) ++ [x] [命令模式(Command)](./behavior/11_command) + [x] [迭代器模式(Iterator)](./behavior/04_iterator) + [x] [模板方法模式(Template Method)](./behavior/05_template_method) + [x] [策略模式(Strategy)](./behavior/12_strategy)