Skip to content

Commit

Permalink
Update README.md (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelarte authored Jan 28, 2025
1 parent fbb7060 commit 47e5bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A gocron locker implementation using gorm
## ⬇️ Install

```
go get github.com/go-co-op/gocron-gorm-lock@v2
go get github.com/go-co-op/gocron-gorm-lock/v2
```

## 📋 Usage
Expand Down Expand Up @@ -79,4 +79,4 @@ To see these two options in action, check the test [TestJobReturningExceptionWhe
Gorm Lock also removes old entries stored in `gormlock.CronJobLock`. You can configure the time interval, and the time to live with the following options:

- `WithTTL`
- `WithCleanInterval`
- `WithCleanInterval`

0 comments on commit 47e5bfe

Please sign in to comment.