From ad4aa5e0d501275a342eb7ac38cfb825f8adfc21 Mon Sep 17 00:00:00 2001 From: topi314 Date: Tue, 30 Apr 2024 22:58:04 +0200 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ca1f0e..79599ad 100644 --- a/README.md +++ b/README.md @@ -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") } ``` @@ -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") } ``` @@ -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. ```