Skip to content

Commit

Permalink
add a . which was missing in doc, fixes #59
Browse files Browse the repository at this point in the history
  • Loading branch information
rShetty committed Dec 22, 2018
1 parent 888b981 commit f262d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -127,7 +127,7 @@ client := hystrix.NewClient(
hystrix.WithMaxConcurrentRequests(100),
hystrix.WithErrorPercentThreshold(20),
hystrix.WithSleepWindow(10),
hystrixWithRequestVolumeThreshold(10),
hystrix.WithRequestVolumeThreshold(10),
hystrix.WithFallbackFunc(fallbackFn),
})

Expand Down

0 comments on commit f262d82

Please sign in to comment.