From 3c857a63632ef11a1f7aae00c98e1f1b9909bc87 Mon Sep 17 00:00:00 2001 From: GodderE2D <55918888+GodderE2D@users.noreply.github.com> Date: Thu, 11 Nov 2021 13:31:09 +1100 Subject: [PATCH] docs(README): add installation instruction on @discordjs/voice (#6964) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc6aedd3f..0e639918f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ pnpm add discord.js - [erlpack](https://github.com/discord/erlpack) for significantly faster WebSocket data (de)serialisation (`npm install discord/erlpack`) - [bufferutil](https://www.npmjs.com/package/bufferutil) for a much faster WebSocket connection (`npm install bufferutil`) - [utf-8-validate](https://www.npmjs.com/package/utf-8-validate) in combination with `bufferutil` for much faster WebSocket processing (`npm install utf-8-validate`) -- [@discordjs/voice](https://github.com/discordjs/voice) for interacting with the Discord Voice API +- [@discordjs/voice](https://github.com/discordjs/voice) for interacting with the Discord Voice API (`npm install @discordjs/voice`) ## Example usage