Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
starry-shivam authored Jun 17, 2024
1 parent 46bb8cd commit 989a4e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {

### 📑 Documentation

Here's quick start:
Here's a quick start:

```kotlin
val timeZone = ZoneId.of("Asia/Kolkata")
Expand Down Expand Up @@ -104,7 +104,8 @@ val trigger = OneTimeTrigger(ZonedDateTime.now(timeZone).plusSeconds(5))

##### Creating Your Own Trigger

You can easily create your own custom trigger by implementing the `Trigger` interface. Here's an example to create a `WeekendTrigger`, a trigger that should fire on weekends at a specified time.
You can easily create your own custom trigger by implementing the `Trigger` interface.
Here's an example to create a `WeekendTrigger`, a trigger that should fire on weekends at a specified time.

```kotlin

Expand Down

0 comments on commit 989a4e1

Please sign in to comment.