diff --git a/README.md b/README.md index 567f444..b7e4404 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,9 @@ Discord Player is a powerful [Node.js](https://nodejs.org) module that allows yo ## Installation ```sh -npm install --save discord-player ytdl-core +npm install --save discord-player ``` -YTDL-Core is also required. Don't forget to install it too, like in the example above. - Install **@discordjs/opus**: ```sh diff --git a/package.json b/package.json index ca5fd26..d004a25 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "soundcloud-scraper": "^4.0.0", "spotify-url-info": "^2.2.0", "youtube-sr": "^2.0.1", + "ytdl-core": "^4.0.6", "ytpl": "^1.0.1" }, "devDependencies": {