Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Apr 30, 2024
1 parent fdd1366 commit ad4aa5e
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 @@ -19,8 +19,8 @@ repositories {
}

dependencies {
// Replace VERSION with the current version as shown by the Releases tab or a short commit hash for snapshots.
implementation("dev.lavalink.youtube:v2:VERSION")
// Replace VERSION with the current version as shown by the Releases tab or a long commit hash `-SNAPSHOT` for snapshots.
implementation("dev.lavalink.youtube:common:VERSION")
}
```

Expand Down Expand Up @@ -63,7 +63,7 @@ repositories {
}

dependencies {
// Replace VERSION with the current version as shown by the Releases tab or a short commit hash for snapshots.
// Replace VERSION with the current version as shown by the Releases tab or a long commit hash `-SNAPSHOT` for snapshots.
implementation("dev.lavalink.youtube:v2:VERSION")
}
```
Expand All @@ -83,7 +83,7 @@ To use this plugin with Lavalink, you must declare the dependency.
```yaml
lavalink:
plugins:
# replace VERSION with the current version as shown by the Releases tab or a short commit hash for snapshots.
# Replace VERSION with the current version as shown by the Releases tab or a long commit hash for snapshots.
- dependency: "dev.lavalink.youtube:youtube-plugin:VERSION"
snapshot: false # Set to true if you want to use a snapshot version.
```
Expand Down

0 comments on commit ad4aa5e

Please sign in to comment.