From 2fb38c7f094a7982aa9117d681d9959cb9e3a7e1 Mon Sep 17 00:00:00 2001 From: Androz2091 Date: Sat, 25 Apr 2020 12:44:03 +0200 Subject: [PATCH] fix: change node-opus with @discordjs/opus in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 698000f..d4ec99f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Discord Player is a powerful [Node.js](https://nodejs.org) module that allows yo npm install --save discord-player ``` -Install **opusscript** or **node-opus**: +Install **opusscript** or **@discordjs/opus**: ```sh npm install --save opusscript ```