From f262d82afe591eac8e854e9833d9035fe35cbd32 Mon Sep 17 00:00:00 2001 From: Rajeev N B Date: Sat, 22 Dec 2018 08:16:03 +0530 Subject: [PATCH] add a . which was missing in doc, fixes #59 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c547c77..a3596be 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ client := hystrix.NewClient( hystrix.WithMaxConcurrentRequests(100), hystrix.WithErrorPercentThreshold(20), hystrix.WithSleepWindow(10), - hystrixWithRequestVolumeThreshold(10), + hystrix.WithRequestVolumeThreshold(10), hystrix.WithFallbackFunc(fallbackFn), })