Skip to content

Commit

Permalink
change image
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeghe committed Apr 23, 2023
1 parent 017ca85 commit 5b9b82a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
[![Coverage Status](https://coveralls.io/repos/github/fedeghe/interval/badge.svg?branch=master)](https://coveralls.io/github/fedeghe/interval?branch=master)
# interval <sub><small>(v. 1.0.31)</small></sub>
# interval <sub><small>(v. 1.0.32)</small></sub>

A really simple tool meant to replace `setInterval`
primarily providing a stable interval execution, moreover can be paused and resumed
Expand Down Expand Up @@ -152,7 +152,7 @@ _**some info**_ consists in a object containing:
## Sliding pauses
This thing applies **only in case** the end of the interval is defined, thus only when `endsIn` is invoked.

![100runs](https://raw.githubusercontent.com/fedeghe/interval/master/schema-slide.jpeg)
![100runs](https://raw.githubusercontent.com/fedeghe/interval/master/schema-slide.png)

here the end is set `endsIn`, then we trigger two different pauses:
- **a sliding pause**:
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/README.md
Expand Up @@ -128,7 +128,7 @@ _**some info**_ consists in a object containing:
## Sliding pauses
This thing applies **only in case** the end of the interval is defined, thus only when `endsIn` is invoked.

![100runs](https://raw.githubusercontent.com/fedeghe/interval/master/schema-slide.jpeg)
![100runs](https://raw.githubusercontent.com/fedeghe/interval/master/schema-slide.png)

here the end is set `endsIn`, then we trigger two different pauses:
- **a sliding pause**:
Expand Down

0 comments on commit 5b9b82a

Please sign in to comment.