diff --git a/README.md b/README.md index 63eb07138b97e6a92c298b072e050b030e6534d6..856e38e48450147fdbc22f11885d2c39e7424a17 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ ### 接口隔离: + [Façade(门面模式)](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/Facade) + [Proxy](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/Proxy) -+ Mediator ++ [Mediator(中介者)](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/Mediator) + [Adapter](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/Adapter) ### 状态变化: + Memento