diff --git a/README.md b/README.md index ba982df52..abb18fb65 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ For production bots, using @discordjs/opus should be considered a necessity, esp - One of the following packages can be installed for faster voice packet encryption and decryption: - [sodium](https://www.npmjs.com/package/sodium) (`npm install sodium`) - [libsodium.js](https://www.npmjs.com/package/libsodium-wrappers) (`npm install libsodium-wrappers`) -- [uws](https://www.npmjs.com/package/@discordjs/uws) for a much faster WebSocket connection (`npm install @discordjs/uws`) ## Example usage ```js