Skip to content

Commit

Permalink
chore: update header image
Browse files Browse the repository at this point in the history
  • Loading branch information
Xstoudi committed May 8, 2023
1 parent aea34bd commit 4ad4af7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="https://user-images.githubusercontent.com/2575182/211221271-5d656097-335d-4ea4-9957-746e6166fb4e.png" />
<img src="https://user-images.githubusercontent.com/2575182/236929207-c76d0ae4-5a6f-4951-b452-db1440edb0e7.png" />
<h3>@stouder-io/adonis-scheduler</h3>
<p>Unopinionated scheduler for Adonis</p>
<a href="https://www.npmjs.com/package/@stouder-io/adonis-scheduler">
Expand All @@ -8,6 +8,8 @@
<img src="https://img.shields.io/npm/l/@stouder-io/adonis-scheduler?color=blueviolet&style=for-the-badge" />
<img alt="npm" src="https://img.shields.io/npm/dt/@stouder-io/adonis-scheduler?style=for-the-badge">
</div>
![dessin]()


## Installation
This package is available in the npm registry.
Expand Down Expand Up @@ -62,4 +64,4 @@ export default class MyFirstTask implements TaskContract {
}
```

Also, if you run multiple instances of your Adonis application, the tasks will be ran on each instance.
Also, if you run multiple instances of your Adonis application, the tasks will be ran on each instance.

0 comments on commit 4ad4af7

Please sign in to comment.