From 7e819e997dbc4920b3303529ae4a5f6d8f0b9c16 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 26 May 2020 18:06:15 +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 69e4fe4..8110a26 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ go test ./... ## 弹性模式 Resiliency Patterns -+ [x] [熔断模式(circuit breaker](./resiliency/06_circuit_breaker) ++ [x] [熔断模式(circuit breaker)](./resiliency/06_circuit_breaker) + [x] [限流模式(rate limiting)](./resiliency/07_rate_limiting) + [ ] [WIP][重试模式(retrier)](./resiliency/15_retrier) + [ ] [WIP][最后期限模式(deadline)](./resiliency/14_deadline)