From 6705a7f18be2ec307a69c46f4155588dc30c12df Mon Sep 17 00:00:00 2001 From: liuhongbao Date: Mon, 11 Feb 2019 10:16:02 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53b3ead..6c59461 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ 2. [模板模式](https://github.com/silsuer/golang-design-patterns/tree/master/template-pattern) - 3. 策略模式 + 3. [策略模式](https://github.com/silsuer/golang-design-patterns/tree/master/strategy-pattern) 4. 状态模式