Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stfndamjanovic committed Dec 4, 2023
1 parent c7b6792 commit d400629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ $store = new RedisStore($redis);
$config = new Config("unique-service-name");

$circuitBreaker = new CircuitBreaker($config, $store);

$circuitBreaker->run(function () {
// Your function that could fail
});
Expand Down

0 comments on commit d400629

Please sign in to comment.