Skip to content

Commit

Permalink
Doc: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
a179346 committed Oct 1, 2022
1 parent 74ba6cd commit 3c88872
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
</p>
</div>

> setInterval for promises and async functions.
> setInterval for promises and async/sync functions.
>
> Support graceful shutdown and prevent multiple executions from overlapping in time.
> + __Support graceful shutdown.__
> + __Prevent multiple executions from overlapping in time.__
## 🔗 Link
+ [Github](https://github.com/a179346/async-interval-job#readme)
Expand All @@ -34,6 +35,10 @@
npm i async-interval-job
```

## 🏆 Overview

![image](https://github.com/a179346/async-interval-job/blob/main/flow/async-interval-job.png)

## 📖 Usage
```js
import { AsyncIntervalJob } from 'async-interval-job';
Expand All @@ -50,10 +55,6 @@ async function gracefulShutdown() {
}
```

## 🏆 Overview

![image](https://github.com/a179346/async-interval-job/blob/main/flow/async-interval-job.png)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/a179346/async-interval-job/issues).
Expand Down

0 comments on commit 3c88872

Please sign in to comment.