Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharkaboi committed Mar 24, 2024
1 parent 3956b5c commit ab1f5ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ dependencies {
```kotlin
val updateChecker = AppUpdateChecker(
// Any of the sources mentioned below
source = < Source >(
... // params
currentVersion = "v1.0.0"
)
source = <AppUpdateCheckerSource<*>>(
... // params,
currentVersion = "v1.0.0"
)
)
```

Expand Down

0 comments on commit ab1f5ef

Please sign in to comment.