Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
denisyukphp committed Feb 7, 2021
1 parent 1707dd6 commit 6ea28fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This package requires PHP 7.2 or later.

## Quick usage

Configure base time, cap time and max attempts. Base time is the time for calculating the Backoff algorithm, cap time is the limitation of calculations for base time, max attempts is the limit of call a backoff time generate.
Configure base time, cap time and max attempts. The base time is the time for calculating the Backoff algorithm, the cap time is the limitation of calculations for base time, max attempts is the limit of call a backoff time generate.

```php
<?php
Expand Down

0 comments on commit 6ea28fd

Please sign in to comment.