Skip to content

Commit 25bef96

Browse files
committed
docs: update README.md
1 parent 49c7e21 commit 25bef96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ class UserService {
116116

117117
- `@CircuitBreaker(options?: CircuitBreaker.Options)`: Marks the method as a circuit breaker, with `options` being the
118118
options of the circuit breaker. You can use global options by setting the `circuitBreakerOption` property in the module.
119+
`options` is from [opossum](https://www.npmjs.com/package/opossum) library.
119120

120121
## Auto generate `@ResponseBody()` from return type of exchange method
121122

0 commit comments

Comments
 (0)