From 94483ae1940f3b5cdf4c988915ce11631c2c258b Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Mon, 30 Jan 2017 21:52:41 -0500 Subject: [PATCH] GOODER --- README.md | 2 +- docs/general/welcome.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ac91d608..e2378afab 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ discord.js is a powerful node.js module that allows you to interact with the ## Installation **Node.js 6.0.0 or newer is required.** -Ignore any warnings about unmet peer dependencies, as they're are optional. +Ignore any warnings about unmet peer dependencies, as they're optional. Without voice support: `npm install discord.js --save` With voice support ([node-opus](https://www.npmjs.com/package/node-opus)): `npm install discord.js node-opus --save` diff --git a/docs/general/welcome.md b/docs/general/welcome.md index ff4528428..d78672a6c 100644 --- a/docs/general/welcome.md +++ b/docs/general/welcome.md @@ -31,7 +31,7 @@ discord.js is a powerful node.js module that allows you to interact with the ## Installation **Node.js 6.0.0 or newer is required.** -Ignore any warnings about unmet peer dependencies, as they're are optional. +Ignore any warnings about unmet peer dependencies, as they're optional. Without voice support: `npm install discord.js --save` With voice support ([node-opus](https://www.npmjs.com/package/node-opus)): `npm install discord.js node-opus --save`