diff --git a/README.md b/README.md index bd3cd8f632e5b28050ef7d0d788bcea61dd91abe..8274cc1bba58658f55a2b00f40e59dbc9c7a82dc 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ + [Observer/Event](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/Observer) + [Strategy](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/Strategy) ### 单一职责: -+ Decorator ++ [Decorator](https://github.com/liu-jianhao/Cpp-Design-Patterns/tree/master/Decorator) + Bridge ### 对象创建: + Factory Method